Html Css Color HEX #5096FB Cornflower Blue

📋 copy color: '#5096FB'

red 80 ◦ green 150 ◦ blue 251

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

Shades of Cornflower Blue #5096FB

Tints of Cornflower Blue #5096FB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 16.63%
G = 31.19%
B = 52.18%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5096FB (or 0x5096FB) is known color: Cornflower Blue. HEX triplet: 50, 96 and FB. RGB value is (80,150,251). Sum of RGB (Red+Green+Blue) = 80+150+251=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #5096FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5096FB is #AF6904. Grayscale: #8C8C8C. Windows color (decimal): -11495685 or 16488016. OLE color: 16488016.

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

Color convert

RGB 80 150 251 -
CMYK 0.68 0.40 0 0.02
HSL 215.44º 0.96% 0.65% -
HSV(B) 215.44º 0.68% 0.98% -
XYZ 31.63 30.48 95.48 -
YUV 140.58 190.31 84.79 -
System Red Green Blue C M Y K H S L
Decimal 80 150 251 0.68 0.40 0 0.02 215.44 0.96 0.65
Hex 50 96 FB 44 28 0 2 D7 60 41
Octal 120 226 373 104 50 0 2 327 140 101
Binary 1010000 10010110 11111011 1000100 101000 0 10 11010111 1100000 1000001

Color Harmonies of #5096FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5096FB

Black with #5096FB

Text Example


Text Example

White with #5096FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5096FB; }

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

 H1.HeaderClassName
 {
   color: #5096FB;
 }
 .AnyTagClassName
 {
   color: #5096FB;
 }
</style>

background-color css

<style>
 a { background-color: #5096FB; }

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

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

border-color css

<style>
 span { border-color: #5096FB; }

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

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