Html Css Color HEX #4286E8 Royal Blue

📋 copy color: '#4286E8'

red 66 ◦ green 134 ◦ blue 232

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

Shades of Royal Blue #4286E8

Tints of Royal Blue #4286E8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

 BLUE value IS 232 (91.02% from 255) = 53.7%

R = 15.28%
G = 31.02%
B = 53.7%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4286E8 (or 0x4286E8) is known color: Royal Blue. HEX triplet: 42, 86 and E8. RGB value is (66,134,232). Sum of RGB (Red+Green+Blue) = 66+134+232=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #4286E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4286E8 is #BD7917. Grayscale: #7C7C7C. Windows color (decimal): -12417304 or 15238722. OLE color: 15238722.

HSL color Cylindrical-coordinate representation of color #4286E8: hue angle of 215.42º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4286E8 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 134 232 -
CMYK 0.72 0.42 0 0.09
HSL 215.42º 0.78% 0.58% -
HSV(B) 215.42º 0.72% 0.91% -
XYZ 25.34 24.03 79.65 -
YUV 124.84 188.47 86.03 -
System Red Green Blue C M Y K H S L
Decimal 66 134 232 0.72 0.42 0 0.09 215.42 0.78 0.58
Hex 42 86 E8 48 2A 0 9 D7 4E 3A
Octal 102 206 350 110 52 0 11 327 116 72
Binary 1000010 10000110 11101000 1001000 101010 0 1001 11010111 1001110 111010

Color Harmonies of #4286E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4286E8

Black with #4286E8

Text Example


Text Example

White with #4286E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4286E8; }

 p { color: rgb(66,134,232); }

 H1.HeaderClassName
 {
   color: #4286E8;
 }
 .AnyTagClassName
 {
   color: #4286E8;
 }
</style>

background-color css

<style>
 a { background-color: #4286E8; }

 a { background-color: rgb(66,134,232); }

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

border-color css

<style>
 span { border-color: #4286E8; }

 span { border-color: rgb(66,134,232); }

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