Html Css Color HEX #518CE0 Cornflower Blue

📋 copy color: '#518CE0'

red 81 ◦ green 140 ◦ blue 224

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

Shades of Cornflower Blue #518CE0

Tints of Cornflower Blue #518CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

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

R = 18.2%
G = 31.46%
B = 50.34%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#518CE0 (or 0x518CE0) is known color: Cornflower Blue. HEX triplet: 51, 8C and E0. RGB value is (81,140,224). Sum of RGB (Red+Green+Blue) = 81+140+224=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #518CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CE0 is #AE731F. Grayscale: #838383. Windows color (decimal): -11432736 or 14715985. OLE color: 14715985.

HSL color Cylindrical-coordinate representation of color #518CE0: hue angle of 215.24º 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 #518CE0 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 140 224 -
CMYK 0.64 0.38 0 0.12
HSL 215.24º 0.7% 0.6% -
HSV(B) 215.24º 0.64% 0.88% -
XYZ 26.23 25.89 74.14 -
YUV 131.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 81 140 224 0.64 0.38 0 0.12 215.24 0.7 0.6
Hex 51 8C E0 40 26 0 C D7 46 3C
Octal 121 214 340 100 46 0 14 327 106 74
Binary 1010001 10001100 11100000 1000000 100110 0 1100 11010111 1000110 111100

Color Harmonies of #518CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CE0

Black with #518CE0

Text Example


Text Example

White with #518CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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