Html Css Color HEX #518AEC Cornflower Blue

📋 copy color: '#518AEC'

red 81 ◦ green 138 ◦ blue 236

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

Shades of Cornflower Blue #518AEC

Tints of Cornflower Blue #518AEC

RGB

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

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

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

R = 17.8%
G = 30.33%
B = 51.87%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#518AEC (or 0x518AEC) is known color: Cornflower Blue. HEX triplet: 51, 8A and EC. RGB value is (81,138,236). Sum of RGB (Red+Green+Blue) = 81+138+236=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #518AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AEC is #AE7513. Grayscale: #838383. Windows color (decimal): -11433236 or 15501905. OLE color: 15501905.

HSL color Cylindrical-coordinate representation of color #518AEC: hue angle of 217.94º 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 #518AEC is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 138 236 -
CMYK 0.66 0.42 0 0.07
HSL 217.94º 0.8% 0.62% -
HSV(B) 217.94º 0.66% 0.93% -
XYZ 27.62 25.98 82.92 -
YUV 132.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 81 138 236 0.66 0.42 0 0.07 217.94 0.8 0.62
Hex 51 8A EC 42 2A 0 7 DA 50 3E
Octal 121 212 354 102 52 0 7 332 120 76
Binary 1010001 10001010 11101100 1000010 101010 0 111 11011010 1010000 111110

Color Harmonies of #518AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AEC

Black with #518AEC

Text Example


Text Example

White with #518AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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