#425AE2

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

Shades of Royal Blue #425AE2

Tints of Royal Blue #425AE2

Color information

#425AE2 (or 0x425AE2) is unknown color: approx Royal Blue. HEX triplet: 42, 5A and E2. RGB value is (66,90,226). Sum of RGB (Red+Green+Blue) = 66+90+226=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 226 (88.67% from 255 or 59.16% from 382); Max value from RGB is 226 - color contains mainly: blue. Hex color #425AE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425AE2 is #BDA51D. Grayscale: #616161. Windows color (decimal): -12428574 or 14834242. OLE color: 14834242.

HSL color Cylindrical-coordinate representation of color #425AE2: hue angle of 231º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425AE2 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6690226-
CMYK0.710.6000.11
HSL231º73.39%57.25%-
HSV(B)231º70.8%88.63%-
XYZ19.6313.9673.61-
YUV98.33200.05104.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 226 (88.67% from 255) = 59.16%
R=17.28%
G=23.56%
B=59.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal66902260.710.6000.1123173.3957.25
Hex425AE2473C0Be74939
Octal1021323421077401334711171
Binary1000010101101011100010100011111110001011111001111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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