#425EEC

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

Shades of Royal Blue #425EEC

Tints of Royal Blue #425EEC

Color information

#425EEC (or 0x425EEC) is unknown color: approx Royal Blue. HEX triplet: 42, 5E and EC. RGB value is (66,94,236). Sum of RGB (Red+Green+Blue) = 66+94+236=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #425EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425EEC is #BDA113. Grayscale: #656565. Windows color (decimal): -12427540 or 15490626. OLE color: 15490626.

HSL color Cylindrical-coordinate representation of color #425EEC: hue angle of 230.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425EEC is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6694236-
CMYK0.720.6000.07
HSL230.12º81.73%59.22%-
HSV(B)230.12º72.03%92.55%-
XYZ21.3915.2281.17-
YUV101.82203.72102.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.67%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 236 (92.58% from 255) = 59.60%
R=16.67%
G=23.74%
B=59.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66942360.720.6000.07230.1281.7359.22
Hex425EEC483C07e6523b
Octal102136354110740734612273
Binary100001010111101110110010010001111000111111001101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,94,236); }

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

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

 a { background-color: rgb(66,94,236); }

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

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

 span { border-color: rgb(66,94,236); }

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