Html Css Color HEX #509FFF Cornflower Blue

📋 copy color: '#509FFF'

red 80 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #509FFF

Tints of Cornflower Blue #509FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 16.19%
G = 32.19%
B = 51.62%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#509FFF (or 0x509FFF) is known color: Cornflower Blue. HEX triplet: 50, 9F and FF. RGB value is (80,159,255). Sum of RGB (Red+Green+Blue) = 80+159+255=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #509FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509FFF is #AF6000. Grayscale: #919191. Windows color (decimal): -11493377 or 16752464. OLE color: 16752464.

HSL color Cylindrical-coordinate representation of color #509FFF: hue angle of 212.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #509FFF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 159 255 -
CMYK 0.69 0.38 0 0
HSL 212.91º 1% 0.66% -
HSV(B) 212.91º 0.69% 1% -
XYZ 33.76 33.72 99.34 -
YUV 146.32 189.33 80.69 -
System Red Green Blue C M Y K H S L
Decimal 80 159 255 0.69 0.38 0 0 212.91 1 0.66
Hex 50 9F FF 45 26 0 0 D5 64 42
Octal 120 237 377 105 46 0 0 325 144 102
Binary 1010000 10011111 11111111 1000101 100110 0 0 11010101 1100100 1000010

Color Harmonies of #509FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FFF

Black with #509FFF

Text Example


Text Example

White with #509FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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