Html Css Color HEX #509EEC Cornflower Blue

📋 copy color: '#509EEC'

red 80 ◦ green 158 ◦ blue 236

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

Shades of Cornflower Blue #509EEC

Tints of Cornflower Blue #509EEC

RGB

 RED value IS 80 (31.64% from 255) = 16.88%

 GREEN value IS 158 (62.11% from 255) = 33.33%

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

R = 16.88%
G = 33.33%
B = 49.79%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#509EEC (or 0x509EEC) is known color: Cornflower Blue. HEX triplet: 50, 9E and EC. RGB value is (80,158,236). Sum of RGB (Red+Green+Blue) = 80+158+236=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #509EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EEC is #AF6113. Grayscale: #8F8F8F. Windows color (decimal): -11493652 or 15507024. OLE color: 15507024.

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

Color convert

RGB 80 158 236 -
CMYK 0.66 0.33 0 0.07
HSL 210º 0.8% 0.62% -
HSV(B) 210º 0.66% 0.93% -
XYZ 30.68 32.22 83.96 -
YUV 143.57 180.16 82.66 -
System Red Green Blue C M Y K H S L
Decimal 80 158 236 0.66 0.33 0 0.07 210 0.8 0.62
Hex 50 9E EC 42 21 0 7 D2 50 3E
Octal 120 236 354 102 41 0 7 322 120 76
Binary 1010000 10011110 11101100 1000010 100001 0 111 11010010 1010000 111110

Color Harmonies of #509EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EEC

Black with #509EEC

Text Example


Text Example

White with #509EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509EEC; }

 p { color: rgb(80,158,236); }

 H1.HeaderClassName
 {
   color: #509EEC;
 }
 .AnyTagClassName
 {
   color: #509EEC;
 }
</style>

background-color css

<style>
 a { background-color: #509EEC; }

 a { background-color: rgb(80,158,236); }

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

border-color css

<style>
 span { border-color: #509EEC; }

 span { border-color: rgb(80,158,236); }

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