Html Css Color HEX #509DED Cornflower Blue

📋 copy color: '#509DED'

red 80 ◦ green 157 ◦ blue 237

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

Shades of Cornflower Blue #509DED

Tints of Cornflower Blue #509DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.12%

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

R = 16.88%
G = 33.12%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#509DED (or 0x509DED) is known color: Cornflower Blue. HEX triplet: 50, 9D and ED. RGB value is (80,157,237). Sum of RGB (Red+Green+Blue) = 80+157+237=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #509DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DED is #AF6212. Grayscale: #8E8E8E. Windows color (decimal): -11493907 or 15572304. OLE color: 15572304.

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

Color convert

RGB 80 157 237 -
CMYK 0.66 0.34 0 0.07
HSL 210.57º 0.81% 0.62% -
HSV(B) 210.57º 0.66% 0.93% -
XYZ 30.65 31.93 84.67 -
YUV 143.1 180.99 83 -
System Red Green Blue C M Y K H S L
Decimal 80 157 237 0.66 0.34 0 0.07 210.57 0.81 0.62
Hex 50 9D ED 42 22 0 7 D3 51 3E
Octal 120 235 355 102 42 0 7 323 121 76
Binary 1010000 10011101 11101101 1000010 100010 0 111 11010011 1010001 111110

Color Harmonies of #509DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DED

Black with #509DED

Text Example


Text Example

White with #509DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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