Html Css Color HEX #509FEF Cornflower Blue

📋 copy color: '#509FEF'

red 80 ◦ green 159 ◦ blue 239

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

Shades of Cornflower Blue #509FEF

Tints of Cornflower Blue #509FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 16.74%
G = 33.26%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#509FEF (or 0x509FEF) is known color: Cornflower Blue. HEX triplet: 50, 9F and EF. RGB value is (80,159,239). Sum of RGB (Red+Green+Blue) = 80+159+239=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #509FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509FEF is #AF6010. Grayscale: #909090. Windows color (decimal): -11493393 or 15703888. OLE color: 15703888.

HSL color Cylindrical-coordinate representation of color #509FEF: hue angle of 210.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509FEF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 159 239 -
CMYK 0.67 0.33 0 0.06
HSL 210.19º 0.83% 0.63% -
HSV(B) 210.19º 0.67% 0.94% -
XYZ 31.29 32.73 86.33 -
YUV 144.5 181.33 82 -
System Red Green Blue C M Y K H S L
Decimal 80 159 239 0.67 0.33 0 0.06 210.19 0.83 0.63
Hex 50 9F EF 43 21 0 6 D2 53 3F
Octal 120 237 357 103 41 0 6 322 123 77
Binary 1010000 10011111 11101111 1000011 100001 0 110 11010010 1010011 111111

Color Harmonies of #509FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FEF

Black with #509FEF

Text Example


Text Example

White with #509FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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