Html Css Color HEX #518AEF Cornflower Blue

📋 copy color: '#518AEF'

red 81 ◦ green 138 ◦ blue 239

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

Shades of Cornflower Blue #518AEF

Tints of Cornflower Blue #518AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

 BLUE value IS 239 (93.75% from 255) = 52.18%

R = 17.69%
G = 30.13%
B = 52.18%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#518AEF (or 0x518AEF) is known color: Cornflower Blue. HEX triplet: 51, 8A and EF. RGB value is (81,138,239). Sum of RGB (Red+Green+Blue) = 81+138+239=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #518AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AEF is #AE7510. Grayscale: #848484. Windows color (decimal): -11433233 or 15698513. OLE color: 15698513.

HSL color Cylindrical-coordinate representation of color #518AEF: hue angle of 218.35º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #518AEF is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 138 239 -
CMYK 0.66 0.42 0 0.06
HSL 218.35º 0.83% 0.63% -
HSV(B) 218.35º 0.66% 0.94% -
XYZ 28.06 26.16 85.23 -
YUV 132.47 188.12 91.29 -
System Red Green Blue C M Y K H S L
Decimal 81 138 239 0.66 0.42 0 0.06 218.35 0.83 0.63
Hex 51 8A EF 42 2A 0 6 DA 53 3F
Octal 121 212 357 102 52 0 6 332 123 77
Binary 1010001 10001010 11101111 1000010 101010 0 110 11011010 1010011 111111

Color Harmonies of #518AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AEF

Black with #518AEF

Text Example


Text Example

White with #518AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,138,239); }

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

background-color css

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

 a { background-color: rgb(81,138,239); }

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

border-color css

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

 span { border-color: rgb(81,138,239); }

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