Html Css Color HEX #425CE1 Royal Blue

📋 copy color: '#425CE1'

red 66 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #425CE1

Tints of Royal Blue #425CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.75%

R = 17.23%
G = 24.02%
B = 58.75%

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

#425CE1 (or 0x425CE1) is known color: Royal Blue. HEX triplet: 42, 5C and E1. RGB value is (66,92,225). Sum of RGB (Red+Green+Blue) = 66+92+225=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 225 (88.28% from 255 or 58.75% from 383); Max value from RGB is 225 - color contains mainly: blue. Hex color #425CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CE1 is #BDA31E. Grayscale: #626262. Windows color (decimal): -12428063 or 14769218. OLE color: 14769218.

HSL color Cylindrical-coordinate representation of color #425CE1: hue angle of 230.19º degrees, saturation: 0.73, 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 #425CE1 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 92 225 -
CMYK 0.71 0.59 0 0.12
HSL 230.19º 0.73% 0.57% -
HSV(B) 230.19º 0.71% 0.88% -
XYZ 19.66 14.25 72.95 -
YUV 99.39 198.89 104.19 -
System Red Green Blue C M Y K H S L
Decimal 66 92 225 0.71 0.59 0 0.12 230.19 0.73 0.57
Hex 42 5C E1 47 3B 0 C E6 49 39
Octal 102 134 341 107 73 0 14 346 111 71
Binary 1000010 1011100 11100001 1000111 111011 0 1100 11100110 1001001 111001

Color Harmonies of #425CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CE1

Black with #425CE1

Text Example


Text Example

White with #425CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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