Html Css Color HEX #518DDF Cornflower Blue

📋 copy color: '#518DDF'

red 81 ◦ green 141 ◦ blue 223

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

Shades of Cornflower Blue #518DDF

Tints of Cornflower Blue #518DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.69%

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

R = 18.2%
G = 31.69%
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

#518DDF (or 0x518DDF) is known color: Cornflower Blue. HEX triplet: 51, 8D and DF. RGB value is (81,141,223). Sum of RGB (Red+Green+Blue) = 81+141+223=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #518DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DDF is #AE7220. Grayscale: #848484. Windows color (decimal): -11432481 or 14650705. OLE color: 14650705.

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

Color convert

RGB 81 141 223 -
CMYK 0.64 0.37 0 0.13
HSL 214.65º 0.69% 0.6% -
HSV(B) 214.65º 0.64% 0.87% -
XYZ 26.24 26.13 73.47 -
YUV 132.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 81 141 223 0.64 0.37 0 0.13 214.65 0.69 0.6
Hex 51 8D DF 40 25 0 D D7 45 3C
Octal 121 215 337 100 45 0 15 327 105 74
Binary 1010001 10001101 11011111 1000000 100101 0 1101 11010111 1000101 111100

Color Harmonies of #518DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DDF

Black with #518DDF

Text Example


Text Example

White with #518DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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