Html Css Color HEX #509BED Cornflower Blue

📋 copy color: '#509BED'

red 80 ◦ green 155 ◦ blue 237

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

Shades of Cornflower Blue #509BED

Tints of Cornflower Blue #509BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

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

R = 16.95%
G = 32.84%
B = 50.21%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#509BED (or 0x509BED) is known color: Cornflower Blue. HEX triplet: 50, 9B and ED. RGB value is (80,155,237). Sum of RGB (Red+Green+Blue) = 80+155+237=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #509BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BED is #AF6412. Grayscale: #8D8D8D. Windows color (decimal): -11494419 or 15571792. OLE color: 15571792.

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

Color convert

RGB 80 155 237 -
CMYK 0.66 0.35 0 0.07
HSL 211.34º 0.81% 0.62% -
HSV(B) 211.34º 0.66% 0.93% -
XYZ 30.32 31.26 84.56 -
YUV 141.92 181.65 83.83 -
System Red Green Blue C M Y K H S L
Decimal 80 155 237 0.66 0.35 0 0.07 211.34 0.81 0.62
Hex 50 9B ED 42 23 0 7 D3 51 3E
Octal 120 233 355 102 43 0 7 323 121 76
Binary 1010000 10011011 11101101 1000010 100011 0 111 11010011 1010001 111110

Color Harmonies of #509BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BED

Black with #509BED

Text Example


Text Example

White with #509BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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