Html Css Color HEX #518BDD Cornflower Blue

📋 copy color: '#518BDD'

red 81 ◦ green 139 ◦ blue 221

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

Shades of Cornflower Blue #518BDD

Tints of Cornflower Blue #518BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.52%

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

R = 18.37%
G = 31.52%
B = 50.11%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#518BDD (or 0x518BDD) is known color: Cornflower Blue. HEX triplet: 51, 8B and DD. RGB value is (81,139,221). Sum of RGB (Red+Green+Blue) = 81+139+221=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #518BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BDD is #AE7422. Grayscale: #828282. Windows color (decimal): -11432995 or 14519121. OLE color: 14519121.

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

Color convert

RGB 81 139 221 -
CMYK 0.63 0.37 0 0.13
HSL 215.14º 0.67% 0.59% -
HSV(B) 215.14º 0.63% 0.87% -
XYZ 25.68 25.44 71.96 -
YUV 131.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 81 139 221 0.63 0.37 0 0.13 215.14 0.67 0.59
Hex 51 8B DD 3F 25 0 D D7 43 3B
Octal 121 213 335 77 45 0 15 327 103 73
Binary 1010001 10001011 11011101 111111 100101 0 1101 11010111 1000011 111011

Color Harmonies of #518BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BDD

Black with #518BDD

Text Example


Text Example

White with #518BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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