Html Css Color HEX #425CE0 Royal Blue

📋 copy color: '#425CE0'

red 66 ◦ green 92 ◦ blue 224

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

Shades of Royal Blue #425CE0

Tints of Royal Blue #425CE0

RGB

 RED value IS 66 (26.17% from 255) = 17.28%

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 224 (87.89% from 255) = 58.64%

R = 17.28%
G = 24.08%
B = 58.64%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#425CE0 (or 0x425CE0) is known color: Royal Blue. HEX triplet: 42, 5C and E0. RGB value is (66,92,224). Sum of RGB (Red+Green+Blue) = 66+92+224=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #425CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CE0 is #BDA31F. Grayscale: #626262. Windows color (decimal): -12428064 or 14703682. OLE color: 14703682.

HSL color Cylindrical-coordinate representation of color #425CE0: hue angle of 230.13º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425CE0 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 92 224 -
CMYK 0.71 0.59 0 0.12
HSL 230.13º 0.72% 0.57% -
HSV(B) 230.13º 0.71% 0.88% -
XYZ 19.53 14.19 72.23 -
YUV 99.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 66 92 224 0.71 0.59 0 0.12 230.13 0.72 0.57
Hex 42 5C E0 47 3B 0 C E6 48 39
Octal 102 134 340 107 73 0 14 346 110 71
Binary 1000010 1011100 11100000 1000111 111011 0 1100 11100110 1001000 111001

Color Harmonies of #425CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CE0

Black with #425CE0

Text Example


Text Example

White with #425CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #425CE0;
 }
 .AnyTagClassName
 {
   color: #425CE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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