Html Css Color HEX #509EE8 Cornflower Blue

📋 copy color: '#509EE8'

red 80 ◦ green 158 ◦ blue 232

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

Shades of Cornflower Blue #509EE8

Tints of Cornflower Blue #509EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.36%

R = 17.02%
G = 33.62%
B = 49.36%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#509EE8 (or 0x509EE8) is known color: Cornflower Blue. HEX triplet: 50, 9E and E8. RGB value is (80,158,232). Sum of RGB (Red+Green+Blue) = 80+158+232=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #509EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EE8 is #AF6117. Grayscale: #8E8E8E. Windows color (decimal): -11493656 or 15244880. OLE color: 15244880.

HSL color Cylindrical-coordinate representation of color #509EE8: hue angle of 209.21º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509EE8 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 158 232 -
CMYK 0.66 0.32 0 0.09
HSL 209.21º 0.77% 0.61% -
HSV(B) 209.21º 0.66% 0.91% -
XYZ 30.1 31.99 80.93 -
YUV 143.11 178.16 82.98 -
System Red Green Blue C M Y K H S L
Decimal 80 158 232 0.66 0.32 0 0.09 209.21 0.77 0.61
Hex 50 9E E8 42 20 0 9 D1 4D 3D
Octal 120 236 350 102 40 0 11 321 115 75
Binary 1010000 10011110 11101000 1000010 100000 0 1001 11010001 1001101 111101

Color Harmonies of #509EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EE8

Black with #509EE8

Text Example


Text Example

White with #509EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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