Html Css Color HEX #508DFB Cornflower Blue

📋 copy color: '#508DFB'

red 80 ◦ green 141 ◦ blue 251

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

Shades of Cornflower Blue #508DFB

Tints of Cornflower Blue #508DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

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

R = 16.95%
G = 29.87%
B = 53.18%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#508DFB (or 0x508DFB) is known color: Cornflower Blue. HEX triplet: 50, 8D and FB. RGB value is (80,141,251). Sum of RGB (Red+Green+Blue) = 80+141+251=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #508DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DFB is #AF7204. Grayscale: #868686. Windows color (decimal): -11497989 or 16485712. OLE color: 16485712.

HSL color Cylindrical-coordinate representation of color #508DFB: hue angle of 218.6º 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 #508DFB is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 141 251 -
CMYK 0.68 0.44 0 0.02
HSL 218.6º 0.96% 0.65% -
HSV(B) 218.6º 0.68% 0.98% -
XYZ 30.25 27.72 95.02 -
YUV 135.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 80 141 251 0.68 0.44 0 0.02 218.6 0.96 0.65
Hex 50 8D FB 44 2C 0 2 DB 60 41
Octal 120 215 373 104 54 0 2 333 140 101
Binary 1010000 10001101 11111011 1000100 101100 0 10 11011011 1100000 1000001

Color Harmonies of #508DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DFB

Black with #508DFB

Text Example


Text Example

White with #508DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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