Html Css Color HEX #518FDD Cornflower Blue

📋 copy color: '#518FDD'

red 81 ◦ green 143 ◦ blue 221

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

Shades of Cornflower Blue #518FDD

Tints of Cornflower Blue #518FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.13%

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

R = 18.2%
G = 32.13%
B = 49.66%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#518FDD (or 0x518FDD) is known color: Cornflower Blue. HEX triplet: 51, 8F and DD. RGB value is (81,143,221). Sum of RGB (Red+Green+Blue) = 81+143+221=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #518FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FDD is #AE7022. Grayscale: #848484. Windows color (decimal): -11431971 or 14520145. OLE color: 14520145.

HSL color Cylindrical-coordinate representation of color #518FDD: hue angle of 213.43º 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 #518FDD is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 143 221 -
CMYK 0.63 0.35 0 0.13
HSL 213.43º 0.67% 0.59% -
HSV(B) 213.43º 0.63% 0.87% -
XYZ 26.27 26.61 72.16 -
YUV 133.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 81 143 221 0.63 0.35 0 0.13 213.43 0.67 0.59
Hex 51 8F DD 3F 23 0 D D5 43 3B
Octal 121 217 335 77 43 0 15 325 103 73
Binary 1010001 10001111 11011101 111111 100011 0 1101 11010101 1000011 111011

Color Harmonies of #518FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FDD

Black with #518FDD

Text Example


Text Example

White with #518FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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