#425BE0

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

Shades of Royal Blue #425BE0

Tints of Royal Blue #425BE0

Color information

#425BE0 (or 0x425BE0) is unknown color: approx Royal Blue. HEX triplet: 42, 5B and E0. RGB value is (66,91,224). Sum of RGB (Red+Green+Blue) = 66+91+224=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #425BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BE0 is #BDA41F. Grayscale: #626262. Windows color (decimal): -12428320 or 14703426. OLE color: 14703426.

HSL color Cylindrical-coordinate representation of color #425BE0: hue angle of 230.51º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425BE0 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6691224-
CMYK0.710.5900.12
HSL230.51º71.82%56.86%-
HSV(B)230.51º70.54%87.84%-
XYZ19.4414.0272.2-
YUV98.69198.72104.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.32%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 224 (87.89% from 255) = 58.79%
R=17.32%
G=23.88%
B=58.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal66912240.710.5900.12230.5171.8256.86
Hex425BE0473B0Ce74839
Octal1021333401077301434711071
Binary1000010101101111100000100011111101101100111001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,224); }

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

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

 a { background-color: rgb(66,91,224); }

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

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

 span { border-color: rgb(66,91,224); }

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