#425AE5

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

Shades of Royal Blue #425AE5

Tints of Royal Blue #425AE5

Color information

#425AE5 (or 0x425AE5) is unknown color: approx Royal Blue. HEX triplet: 42, 5A and E5. RGB value is (66,90,229). Sum of RGB (Red+Green+Blue) = 66+90+229=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #425AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425AE5 is #BDA51A. Grayscale: #626262. Windows color (decimal): -12428571 or 15030850. OLE color: 15030850.

HSL color Cylindrical-coordinate representation of color #425AE5: hue angle of 231.17º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425AE5 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6690229-
CMYK0.710.6100.10
HSL231.17º75.81%57.84%-
HSV(B)231.17º71.18%89.8%-
XYZ20.0514.1375.8-
YUV98.67201.55104.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.14%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 229 (89.84% from 255) = 59.48%
R=17.14%
G=23.38%
B=59.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal66902290.710.6100.10231.1775.8157.84
Hex425AE5473D0Ae74c3a
Octal1021323451077501234711472
Binary1000010101101011100101100011111110101010111001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,229); }

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

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

 a { background-color: rgb(66,90,229); }

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

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

 span { border-color: rgb(66,90,229); }

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