#425DE4

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

Shades of Royal Blue #425DE4

Tints of Royal Blue #425DE4

Color information

#425DE4 (or 0x425DE4) is unknown color: approx Royal Blue. HEX triplet: 42, 5D and E4. RGB value is (66,93,228). Sum of RGB (Red+Green+Blue) = 66+93+228=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #425DE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DE4 is #BDA21B. Grayscale: #636363. Windows color (decimal): -12427804 or 14966082. OLE color: 14966082.

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

Color convert

RGB6693228-
CMYK0.710.5900.11
HSL230º75%57.65%-
HSV(B)230º71.05%89.41%-
XYZ20.1614.5975.15-
YUV100.32200.05103.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 228 (89.45% from 255) = 58.91%
R=17.05%
G=24.03%
B=58.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal66932280.710.5900.112307557.65
Hex425DE4473B0Be64b3a
Octal1021353441077301334611372
Binary1000010101110111100100100011111101101011111001101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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