#4266EB

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

Shades of Royal Blue #4266EB

Tints of Royal Blue #4266EB

Color information

#4266EB (or 0x4266EB) is unknown color: approx Royal Blue. HEX triplet: 42, 66 and EB. RGB value is (66,102,235). Sum of RGB (Red+Green+Blue) = 66+102+235=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #4266EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4266EB is #BD9914. Grayscale: #696969. Windows color (decimal): -12425493 or 15427138. OLE color: 15427138.

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

Color convert

RGB66102235-
CMYK0.720.5700.08
HSL227.22º80.86%59.02%-
HSV(B)227.22º71.91%92.16%-
XYZ21.9916.6680.65-
YUV106.4200.5799.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 235 (92.19% from 255) = 58.31%
R=16.38%
G=25.31%
B=58.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal661022350.720.5700.08227.2280.8659.02
Hex4266EB483908e3513b
Octal1021463531107101034312173
Binary1000010110011011101011100100011100101000111000111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4266EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,102,235); }

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

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

 a { background-color: rgb(66,102,235); }

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

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

 span { border-color: rgb(66,102,235); }

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