Html Css Color HEX #4E86E0 Cornflower Blue

📋 copy color: '#4E86E0'

red 78 ◦ green 134 ◦ blue 224

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

Shades of Cornflower Blue #4E86E0

Tints of Cornflower Blue #4E86E0

RGB

 RED value IS 78 (30.86% from 255) = 17.89%

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

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

R = 17.89%
G = 30.73%
B = 51.38%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4E86E0 (or 0x4E86E0) is known color: Cornflower Blue. HEX triplet: 4E, 86 and E0. RGB value is (78,134,224). Sum of RGB (Red+Green+Blue) = 78+134+224=436 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.89% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #4E86E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86E0 is #B1791F. Grayscale: #7F7F7F. Windows color (decimal): -11630880 or 14714446. OLE color: 14714446.

HSL color Cylindrical-coordinate representation of color #4E86E0: hue angle of 216.99º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E86E0 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 134 224 -
CMYK 0.65 0.40 0 0.12
HSL 216.99º 0.7% 0.59% -
HSV(B) 216.99º 0.65% 0.88% -
XYZ 25.12 24.05 73.84 -
YUV 127.52 182.45 92.68 -
System Red Green Blue C M Y K H S L
Decimal 78 134 224 0.65 0.40 0 0.12 216.99 0.7 0.59
Hex 4E 86 E0 41 28 0 C D9 46 3B
Octal 116 206 340 101 50 0 14 331 106 73
Binary 1001110 10000110 11100000 1000001 101000 0 1100 11011001 1000110 111011

Color Harmonies of #4E86E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E86E0

Black with #4E86E0

Text Example


Text Example

White with #4E86E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E86E0; }

 p { color: rgb(78,134,224); }

 H1.HeaderClassName
 {
   color: #4E86E0;
 }
 .AnyTagClassName
 {
   color: #4E86E0;
 }
</style>

background-color css

<style>
 a { background-color: #4E86E0; }

 a { background-color: rgb(78,134,224); }

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

border-color css

<style>
 span { border-color: #4E86E0; }

 span { border-color: rgb(78,134,224); }

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