Html Css Color HEX #518CDE Cornflower Blue

📋 copy color: '#518CDE'

red 81 ◦ green 140 ◦ blue 222

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

Shades of Cornflower Blue #518CDE

Tints of Cornflower Blue #518CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 18.28%
G = 31.6%
B = 50.11%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#518CDE (or 0x518CDE) is known color: Cornflower Blue. HEX triplet: 51, 8C and DE. RGB value is (81,140,222). Sum of RGB (Red+Green+Blue) = 81+140+222=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #518CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CDE is #AE7321. Grayscale: #838383. Windows color (decimal): -11432738 or 14584913. OLE color: 14584913.

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

Color convert

RGB 81 140 222 -
CMYK 0.64 0.37 0 0.13
HSL 214.89º 0.68% 0.59% -
HSV(B) 214.89º 0.64% 0.87% -
XYZ 25.96 25.78 72.72 -
YUV 131.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 81 140 222 0.64 0.37 0 0.13 214.89 0.68 0.59
Hex 51 8C DE 40 25 0 D D7 44 3B
Octal 121 214 336 100 45 0 15 327 104 73
Binary 1010001 10001100 11011110 1000000 100101 0 1101 11010111 1000100 111011

Color Harmonies of #518CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CDE

Black with #518CDE

Text Example


Text Example

White with #518CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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