Html Css Color HEX #518CDF Cornflower Blue

📋 copy color: '#518CDF'

red 81 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #518CDF

Tints of Cornflower Blue #518CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 18.24%
G = 31.53%
B = 50.23%

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

#518CDF (or 0x518CDF) is known color: Cornflower Blue. HEX triplet: 51, 8C and DF. RGB value is (81,140,223). Sum of RGB (Red+Green+Blue) = 81+140+223=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #518CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CDF is #AE7320. Grayscale: #838383. Windows color (decimal): -11432737 or 14650449. OLE color: 14650449.

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

Color convert

RGB 81 140 223 -
CMYK 0.64 0.37 0 0.13
HSL 215.07º 0.69% 0.6% -
HSV(B) 215.07º 0.64% 0.87% -
XYZ 26.09 25.83 73.42 -
YUV 131.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 81 140 223 0.64 0.37 0 0.13 215.07 0.69 0.6
Hex 51 8C DF 40 25 0 D D7 45 3C
Octal 121 214 337 100 45 0 15 327 105 74
Binary 1010001 10001100 11011111 1000000 100101 0 1101 11010111 1000101 111100

Color Harmonies of #518CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CDF

Black with #518CDF

Text Example


Text Example

White with #518CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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