Html Css Color HEX #425BEC Royal Blue

📋 copy color: '#425BEC'

red 66 ◦ green 91 ◦ blue 236

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

Shades of Royal Blue #425BEC

Tints of Royal Blue #425BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.05%

R = 16.79%
G = 23.16%
B = 60.05%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#425BEC (or 0x425BEC) is known color: Royal Blue. HEX triplet: 42, 5B and EC. RGB value is (66,91,236). Sum of RGB (Red+Green+Blue) = 66+91+236=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #425BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425BEC is #BDA413. Grayscale: #636363. Windows color (decimal): -12428308 or 15489858. OLE color: 15489858.

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

Color convert

RGB 66 91 236 -
CMYK 0.72 0.61 0 0.07
HSL 231.18º 0.82% 0.59% -
HSV(B) 231.18º 0.72% 0.93% -
XYZ 21.13 14.7 81.08 -
YUV 100.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 66 91 236 0.72 0.61 0 0.07 231.18 0.82 0.59
Hex 42 5B EC 48 3D 0 7 E7 52 3B
Octal 102 133 354 110 75 0 7 347 122 73
Binary 1000010 1011011 11101100 1001000 111101 0 111 11100111 1010010 111011

Color Harmonies of #425BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BEC

Black with #425BEC

Text Example


Text Example

White with #425BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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