Html Css Color HEX #509DFB Cornflower Blue

📋 copy color: '#509DFB'

red 80 ◦ green 157 ◦ blue 251

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

Shades of Cornflower Blue #509DFB

Tints of Cornflower Blue #509DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 16.39%
G = 32.17%
B = 51.43%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#509DFB (or 0x509DFB) is known color: Cornflower Blue. HEX triplet: 50, 9D and FB. RGB value is (80,157,251). Sum of RGB (Red+Green+Blue) = 80+157+251=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #509DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DFB is #AF6204. Grayscale: #909090. Windows color (decimal): -11493893 or 16489808. OLE color: 16489808.

HSL color Cylindrical-coordinate representation of color #509DFB: hue angle of 212.98º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #509DFB is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 157 251 -
CMYK 0.68 0.37 0 0.02
HSL 212.98º 0.96% 0.65% -
HSV(B) 212.98º 0.68% 0.98% -
XYZ 32.78 32.78 95.87 -
YUV 144.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 80 157 251 0.68 0.37 0 0.02 212.98 0.96 0.65
Hex 50 9D FB 44 25 0 2 D5 60 41
Octal 120 235 373 104 45 0 2 325 140 101
Binary 1010000 10011101 11111011 1000100 100101 0 10 11010101 1100000 1000001

Color Harmonies of #509DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DFB

Black with #509DFB

Text Example


Text Example

White with #509DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,157,251); }

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

background-color css

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

 a { background-color: rgb(80,157,251); }

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

border-color css

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

 span { border-color: rgb(80,157,251); }

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