Html Css Color HEX #518EE0 Cornflower Blue

📋 copy color: '#518EE0'

red 81 ◦ green 142 ◦ blue 224

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

Shades of Cornflower Blue #518EE0

Tints of Cornflower Blue #518EE0

RGB

 RED value IS 81 (32.03% from 255) = 18.12%

 GREEN value IS 142 (55.86% from 255) = 31.77%

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

R = 18.12%
G = 31.77%
B = 50.11%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#518EE0 (or 0x518EE0) is known color: Cornflower Blue. HEX triplet: 51, 8E and E0. RGB value is (81,142,224). Sum of RGB (Red+Green+Blue) = 81+142+224=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #518EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EE0 is #AE711F. Grayscale: #848484. Windows color (decimal): -11432224 or 14716497. OLE color: 14716497.

HSL color Cylindrical-coordinate representation of color #518EE0: hue angle of 214.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518EE0 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 142 224 -
CMYK 0.64 0.37 0 0.12
HSL 214.41º 0.7% 0.6% -
HSV(B) 214.41º 0.64% 0.88% -
XYZ 26.52 26.48 74.23 -
YUV 133.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 81 142 224 0.64 0.37 0 0.12 214.41 0.7 0.6
Hex 51 8E E0 40 25 0 C D6 46 3C
Octal 121 216 340 100 45 0 14 326 106 74
Binary 1010001 10001110 11100000 1000000 100101 0 1100 11010110 1000110 111100

Color Harmonies of #518EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EE0

Black with #518EE0

Text Example


Text Example

White with #518EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518EE0; }

 p { color: rgb(81,142,224); }

 H1.HeaderClassName
 {
   color: #518EE0;
 }
 .AnyTagClassName
 {
   color: #518EE0;
 }
</style>

background-color css

<style>
 a { background-color: #518EE0; }

 a { background-color: rgb(81,142,224); }

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

border-color css

<style>
 span { border-color: #518EE0; }

 span { border-color: rgb(81,142,224); }

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