#425EE8

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

Shades of Royal Blue #425EE8

Tints of Royal Blue #425EE8

Color information

#425EE8 (or 0x425EE8) is unknown color: approx Royal Blue. HEX triplet: 42, 5E and E8. RGB value is (66,94,232). Sum of RGB (Red+Green+Blue) = 66+94+232=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #425EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425EE8 is #BDA117. Grayscale: #646464. Windows color (decimal): -12427544 or 15228482. OLE color: 15228482.

HSL color Cylindrical-coordinate representation of color #425EE8: hue angle of 229.88º 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 #425EE8 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6694232-
CMYK0.720.5900.09
HSL229.88º78.3%58.43%-
HSV(B)229.88º71.55%90.98%-
XYZ20.8114.9978.14-
YUV101.36201.72102.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.84%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 232 (91.02% from 255) = 59.18%
R=16.84%
G=23.98%
B=59.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66942320.720.5900.09229.8878.358.43
Hex425EE8483B09e64e3a
Octal1021363501107301134611672
Binary1000010101111011101000100100011101101001111001101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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