#425CEC

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

Shades of Royal Blue #425CEC

Tints of Royal Blue #425CEC

Color information

#425CEC (or 0x425CEC) is unknown color: approx Royal Blue. HEX triplet: 42, 5C and EC. RGB value is (66,92,236). Sum of RGB (Red+Green+Blue) = 66+92+236=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #425CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CEC is #BDA313. Grayscale: #646464. Windows color (decimal): -12428052 or 15490114. OLE color: 15490114.

HSL color Cylindrical-coordinate representation of color #425CEC: hue angle of 230.82º 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 #425CEC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6692236-
CMYK0.720.6100.07
HSL230.82º81.73%59.22%-
HSV(B)230.82º72.03%92.55%-
XYZ21.2114.8781.11-
YUV100.64204.39103.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.75%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 236 (92.58% from 255) = 59.90%
R=16.75%
G=23.35%
B=59.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66922360.720.6100.07230.8281.7359.22
Hex425CEC483D07e7523b
Octal102134354110750734712273
Binary100001010111001110110010010001111010111111001111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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