Html Css Color HEX #425EEC Royal Blue

📋 copy color: '#425EEC'

red 66 ◦ green 94 ◦ blue 236

#425EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #425EEC

Tints of Royal Blue #425EEC

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.6%

R = 16.67%
G = 23.74%
B = 59.6%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#425EEC (or 0x425EEC) is known color: 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

RGB 66 94 236 -
CMYK 0.72 0.60 0 0.07
HSL 230.12º 0.82% 0.59% -
HSV(B) 230.12º 0.72% 0.93% -
XYZ 21.39 15.22 81.17 -
YUV 101.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 66 94 236 0.72 0.60 0 0.07 230.12 0.82 0.59
Hex 42 5E EC 48 3C 0 7 E6 52 3B
Octal 102 136 354 110 74 0 7 346 122 73
Binary 1000010 1011110 11101100 1001000 111100 0 111 11100110 1010010 111011

Color Harmonies of #425EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425EEC

Black with #425EEC

Text Example


Text Example

White with #425EEC

Text Example


Text Example

HTML Codes & Css Web 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>