#425DE5

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

Shades of Royal Blue #425DE5

Tints of Royal Blue #425DE5

Color information

#425DE5 (or 0x425DE5) is unknown color: approx Royal Blue. HEX triplet: 42, 5D and E5. RGB value is (66,93,229). Sum of RGB (Red+Green+Blue) = 66+93+229=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #425DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DE5 is #BDA21A. Grayscale: #636363. Windows color (decimal): -12427803 or 15031618. OLE color: 15031618.

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

Color convert

RGB6693229-
CMYK0.710.5900.10
HSL230.06º75.81%57.84%-
HSV(B)230.06º71.18%89.8%-
XYZ20.314.6475.89-
YUV100.43200.55103.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.01%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 229 (89.84% from 255) = 59.02%
R=17.01%
G=23.97%
B=59.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal66932290.710.5900.10230.0675.8157.84
Hex425DE5473B0Ae64c3a
Octal1021353451077301234611472
Binary1000010101110111100101100011111101101010111001101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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