Html Css Color HEX #518EDD Cornflower Blue

📋 copy color: '#518EDD'

red 81 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #518EDD

Tints of Cornflower Blue #518EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 18.24%
G = 31.98%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#518EDD (or 0x518EDD) is known color: Cornflower Blue. HEX triplet: 51, 8E and DD. RGB value is (81,142,221). Sum of RGB (Red+Green+Blue) = 81+142+221=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #518EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EDD is #AE7122. Grayscale: #848484. Windows color (decimal): -11432227 or 14519889. OLE color: 14519889.

HSL color Cylindrical-coordinate representation of color #518EDD: hue angle of 213.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518EDD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 142 221 -
CMYK 0.63 0.36 0 0.13
HSL 213.86º 0.67% 0.59% -
HSV(B) 213.86º 0.63% 0.87% -
XYZ 26.12 26.32 72.11 -
YUV 132.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 81 142 221 0.63 0.36 0 0.13 213.86 0.67 0.59
Hex 51 8E DD 3F 24 0 D D6 43 3B
Octal 121 216 335 77 44 0 15 326 103 73
Binary 1010001 10001110 11011101 111111 100100 0 1101 11010110 1000011 111011

Color Harmonies of #518EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EDD

Black with #518EDD

Text Example


Text Example

White with #518EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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