#2661EB

Color #2661EB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2661EB

Tints of Royal Blue #2661EB

Color information

#2661EB (or 0x2661EB) is unknown color: approx Royal Blue. HEX triplet: 26, 61 and EB. RGB value is (38,97,235). Sum of RGB (Red+Green+Blue) = 38+97+235=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #2661EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2661EB is #D99E14. Grayscale: #5E5E5E. Windows color (decimal): -14261781 or 15425830. OLE color: 15425830.

HSL color Cylindrical-coordinate representation of color #2661EB: hue angle of 222.03º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2661EB is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3897235-
CMYK0.840.5900.08
HSL222.03º83.12%53.53%-
HSV(B)222.03º83.83%92.16%-
XYZ20.0714.9680.43-
YUV95.09206.9587.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10.27%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 235 (92.19% from 255) = 63.51%
R=10.27%
G=26.22%
B=63.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal38972350.840.5900.08222.0383.1253.53
Hex2661EB543B08de5336
Octal461413531247301033612366
Binary100110110000111101011101010011101101000110111101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2661EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2661EB; }

 p { color: rgb(38,97,235); }

 H1.HeaderClassName
 {
   color: #2661EB;
 }
 .AnyTagClassName
 {
   color: #2661EB;
 }
</style>
background-color css

<style>
 a { background-color: #2661EB; }

 a { background-color: rgb(38,97,235); }

 div.DivClassName
 {
   background-color: #2661EB;
 }
 .BgClassName
 {
   background-color: #2661EB;
 }
</style>
border-color css

<style>
 span { border-color: #2661EB; }

 span { border-color: rgb(38,97,235); }

 td.TdClassName
 {
   border-color: #2661EB;
 }
 .TagClassName
 {
   border-color: #2661EB;
 }
</style>