Html Css Color HEX #508FFB Cornflower Blue

📋 copy color: '#508FFB'

red 80 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #508FFB

Tints of Cornflower Blue #508FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

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

R = 16.88%
G = 30.17%
B = 52.95%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#508FFB (or 0x508FFB) is known color: Cornflower Blue. HEX triplet: 50, 8F and FB. RGB value is (80,143,251). Sum of RGB (Red+Green+Blue) = 80+143+251=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #508FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FFB is #AF7004. Grayscale: #878787. Windows color (decimal): -11497477 or 16486224. OLE color: 16486224.

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

Color convert

RGB 80 143 251 -
CMYK 0.68 0.43 0 0.02
HSL 217.89º 0.96% 0.65% -
HSV(B) 217.89º 0.68% 0.98% -
XYZ 30.54 28.32 95.12 -
YUV 136.48 192.63 87.72 -
System Red Green Blue C M Y K H S L
Decimal 80 143 251 0.68 0.43 0 0.02 217.89 0.96 0.65
Hex 50 8F FB 44 2B 0 2 DA 60 41
Octal 120 217 373 104 53 0 2 332 140 101
Binary 1010000 10001111 11111011 1000100 101011 0 10 11011010 1100000 1000001

Color Harmonies of #508FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FFB

Black with #508FFB

Text Example


Text Example

White with #508FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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