Html Css Color HEX #509DFD Cornflower Blue

📋 copy color: '#509DFD'

red 80 ◦ green 157 ◦ blue 253

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

Shades of Cornflower Blue #509DFD

Tints of Cornflower Blue #509DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 16.33%
G = 32.04%
B = 51.63%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#509DFD (or 0x509DFD) is known color: Cornflower Blue. HEX triplet: 50, 9D and FD. RGB value is (80,157,253). Sum of RGB (Red+Green+Blue) = 80+157+253=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #509DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DFD is #AF6202. Grayscale: #909090. Windows color (decimal): -11493891 or 16620880. OLE color: 16620880.

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

Color convert

RGB 80 157 253 -
CMYK 0.68 0.38 0 0.01
HSL 213.29º 0.98% 0.65% -
HSV(B) 213.29º 0.68% 0.99% -
XYZ 33.09 32.91 97.54 -
YUV 144.92 188.99 81.69 -
System Red Green Blue C M Y K H S L
Decimal 80 157 253 0.68 0.38 0 0.01 213.29 0.98 0.65
Hex 50 9D FD 44 26 0 1 D5 62 41
Octal 120 235 375 104 46 0 1 325 142 101
Binary 1010000 10011101 11111101 1000100 100110 0 1 11010101 1100010 1000001

Color Harmonies of #509DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DFD

Black with #509DFD

Text Example


Text Example

White with #509DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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