Html Css Color HEX #509EFF Cornflower Blue

📋 copy color: '#509EFF'

red 80 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #509EFF

Tints of Cornflower Blue #509EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.05%

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

R = 16.23%
G = 32.05%
B = 51.72%

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

#509EFF (or 0x509EFF) is known color: Cornflower Blue. HEX triplet: 50, 9E and FF. RGB value is (80,158,255). Sum of RGB (Red+Green+Blue) = 80+158+255=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #509EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EFF is #AF6100. Grayscale: #919191. Windows color (decimal): -11493633 or 16752208. OLE color: 16752208.

HSL color Cylindrical-coordinate representation of color #509EFF: hue angle of 213.26º 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 #509EFF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 158 255 -
CMYK 0.69 0.38 0 0
HSL 213.26º 1% 0.66% -
HSV(B) 213.26º 0.69% 1% -
XYZ 33.59 33.38 99.28 -
YUV 145.74 189.66 81.11 -
System Red Green Blue C M Y K H S L
Decimal 80 158 255 0.69 0.38 0 0 213.26 1 0.66
Hex 50 9E FF 45 26 0 0 D5 64 42
Octal 120 236 377 105 46 0 0 325 144 102
Binary 1010000 10011110 11111111 1000101 100110 0 0 11010101 1100100 1000010

Color Harmonies of #509EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EFF

Black with #509EFF

Text Example


Text Example

White with #509EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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