Html Css Color HEX #509EED Cornflower Blue

📋 copy color: '#509EED'

red 80 ◦ green 158 ◦ blue 237

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

Shades of Cornflower Blue #509EED

Tints of Cornflower Blue #509EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 16.84%
G = 33.26%
B = 49.89%

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

#509EED (or 0x509EED) is known color: Cornflower Blue. HEX triplet: 50, 9E and ED. RGB value is (80,158,237). Sum of RGB (Red+Green+Blue) = 80+158+237=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #509EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EED is #AF6112. Grayscale: #8F8F8F. Windows color (decimal): -11493651 or 15572560. OLE color: 15572560.

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

Color convert

RGB 80 158 237 -
CMYK 0.66 0.33 0 0.07
HSL 210.19º 0.81% 0.62% -
HSV(B) 210.19º 0.66% 0.93% -
XYZ 30.82 32.27 84.73 -
YUV 143.68 180.66 82.58 -
System Red Green Blue C M Y K H S L
Decimal 80 158 237 0.66 0.33 0 0.07 210.19 0.81 0.62
Hex 50 9E ED 42 21 0 7 D2 51 3E
Octal 120 236 355 102 41 0 7 322 121 76
Binary 1010000 10011110 11101101 1000010 100001 0 111 11010010 1010001 111110

Color Harmonies of #509EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EED

Black with #509EED

Text Example


Text Example

White with #509EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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