Html Css Color HEX #518DEC Cornflower Blue

📋 copy color: '#518DEC'

red 81 ◦ green 141 ◦ blue 236

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

Shades of Cornflower Blue #518DEC

Tints of Cornflower Blue #518DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 17.69%
G = 30.79%
B = 51.53%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#518DEC (or 0x518DEC) is known color: Cornflower Blue. HEX triplet: 51, 8D and EC. RGB value is (81,141,236). Sum of RGB (Red+Green+Blue) = 81+141+236=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #518DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518DEC is #AE7213. Grayscale: #858585. Windows color (decimal): -11432468 or 15502673. OLE color: 15502673.

HSL color Cylindrical-coordinate representation of color #518DEC: hue angle of 216.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #518DEC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 141 236 -
CMYK 0.66 0.40 0 0.07
HSL 216.77º 0.8% 0.62% -
HSV(B) 216.77º 0.66% 0.93% -
XYZ 28.06 26.86 83.06 -
YUV 133.89 185.62 90.28 -
System Red Green Blue C M Y K H S L
Decimal 81 141 236 0.66 0.40 0 0.07 216.77 0.8 0.62
Hex 51 8D EC 42 28 0 7 D9 50 3E
Octal 121 215 354 102 50 0 7 331 120 76
Binary 1010001 10001101 11101100 1000010 101000 0 111 11011001 1010000 111110

Color Harmonies of #518DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DEC

Black with #518DEC

Text Example


Text Example

White with #518DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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