#427EE8

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

Shades of Royal Blue #427EE8

Tints of Royal Blue #427EE8

Color information

#427EE8 (or 0x427EE8) is unknown color: approx Royal Blue. HEX triplet: 42, 7E and E8. RGB value is (66,126,232). Sum of RGB (Red+Green+Blue) = 66+126+232=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #427EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427EE8 is #BD8117. Grayscale: #777777. Windows color (decimal): -12419352 or 15236674. OLE color: 15236674.

HSL color Cylindrical-coordinate representation of color #427EE8: hue angle of 218.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427EE8 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB66126232-
CMYK0.720.4600.09
HSL218.31º78.3%58.43%-
HSV(B)218.31º71.55%90.98%-
XYZ24.2721.9179.29-
YUV120.14191.1289.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.57%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 232 (91.02% from 255) = 54.72%
R=15.57%
G=29.72%
B=54.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal661262320.720.4600.09218.3178.358.43
Hex427EE8482E09da4e3a
Octal1021763501105601133211672
Binary1000010111111011101000100100010111001001110110101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427EE8; }

 p { color: rgb(66,126,232); }

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

<style>
 a { background-color: #427EE8; }

 a { background-color: rgb(66,126,232); }

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

<style>
 span { border-color: #427EE8; }

 span { border-color: rgb(66,126,232); }

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