Html Css Color HEX #425BE2 Royal Blue

📋 copy color: '#425BE2'

red 66 ◦ green 91 ◦ blue 226

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

Shades of Royal Blue #425BE2

Tints of Royal Blue #425BE2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

 BLUE value IS 226 (88.67% from 255) = 59.01%

R = 17.23%
G = 23.76%
B = 59.01%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#425BE2 (or 0x425BE2) is known color: Royal Blue. HEX triplet: 42, 5B and E2. RGB value is (66,91,226). Sum of RGB (Red+Green+Blue) = 66+91+226=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 226 (88.67% from 255 or 59.01% from 383); Max value from RGB is 226 - color contains mainly: blue. Hex color #425BE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BE2 is #BDA41D. Grayscale: #626262. Windows color (decimal): -12428318 or 14834498. OLE color: 14834498.

HSL color Cylindrical-coordinate representation of color #425BE2: hue angle of 230.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425BE2 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 91 226 -
CMYK 0.71 0.60 0 0.11
HSL 230.63º 0.73% 0.57% -
HSV(B) 230.63º 0.71% 0.89% -
XYZ 19.72 14.13 73.64 -
YUV 98.92 199.72 104.52 -
System Red Green Blue C M Y K H S L
Decimal 66 91 226 0.71 0.60 0 0.11 230.63 0.73 0.57
Hex 42 5B E2 47 3C 0 B E7 49 39
Octal 102 133 342 107 74 0 13 347 111 71
Binary 1000010 1011011 11100010 1000111 111100 0 1011 11100111 1001001 111001

Color Harmonies of #425BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BE2

Black with #425BE2

Text Example


Text Example

White with #425BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,91,226); }

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

background-color css

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

 a { background-color: rgb(66,91,226); }

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

border-color css

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

 span { border-color: rgb(66,91,226); }

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