Html Css Color HEX #509FEB Cornflower Blue

📋 copy color: '#509FEB'

red 80 ◦ green 159 ◦ blue 235

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

Shades of Cornflower Blue #509FEB

Tints of Cornflower Blue #509FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.54%

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 16.88%
G = 33.54%
B = 49.58%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#509FEB (or 0x509FEB) is known color: Cornflower Blue. HEX triplet: 50, 9F and EB. RGB value is (80,159,235). Sum of RGB (Red+Green+Blue) = 80+159+235=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #509FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509FEB is #AF6014. Grayscale: #8F8F8F. Windows color (decimal): -11493397 or 15441744. OLE color: 15441744.

HSL color Cylindrical-coordinate representation of color #509FEB: hue angle of 209.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509FEB is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 159 235 -
CMYK 0.66 0.32 0 0.08
HSL 209.42º 0.79% 0.62% -
HSV(B) 209.42º 0.66% 0.92% -
XYZ 30.7 32.5 83.25 -
YUV 144.04 179.33 82.32 -
System Red Green Blue C M Y K H S L
Decimal 80 159 235 0.66 0.32 0 0.08 209.42 0.79 0.62
Hex 50 9F EB 42 20 0 8 D1 4F 3E
Octal 120 237 353 102 40 0 10 321 117 76
Binary 1010000 10011111 11101011 1000010 100000 0 1000 11010001 1001111 111110

Color Harmonies of #509FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FEB

Black with #509FEB

Text Example


Text Example

White with #509FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,235); }

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

background-color css

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

 a { background-color: rgb(80,159,235); }

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

border-color css

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

 span { border-color: rgb(80,159,235); }

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