Html Css Color HEX #5099F9 Cornflower Blue

📋 copy color: '#5099F9'

red 80 ◦ green 153 ◦ blue 249

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

Shades of Cornflower Blue #5099F9

Tints of Cornflower Blue #5099F9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.74%

 BLUE value IS 249 (97.66% from 255) = 51.66%

R = 16.6%
G = 31.74%
B = 51.66%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5099F9 (or 0x5099F9) is known color: Cornflower Blue. HEX triplet: 50, 99 and F9. RGB value is (80,153,249). Sum of RGB (Red+Green+Blue) = 80+153+249=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #5099F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5099F9 is #AF6606. Grayscale: #8D8D8D. Windows color (decimal): -11494919 or 16357712. OLE color: 16357712.

HSL color Cylindrical-coordinate representation of color #5099F9: hue angle of 214.08º degrees, saturation: 0.93, 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 #5099F9 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 153 249 -
CMYK 0.68 0.39 0 0.02
HSL 214.08º 0.93% 0.65% -
HSV(B) 214.08º 0.68% 0.98% -
XYZ 31.8 31.33 93.99 -
YUV 142.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 80 153 249 0.68 0.39 0 0.02 214.08 0.93 0.65
Hex 50 99 F9 44 27 0 2 D6 5D 41
Octal 120 231 371 104 47 0 2 326 135 101
Binary 1010000 10011001 11111001 1000100 100111 0 10 11010110 1011101 1000001

Color Harmonies of #5099F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5099F9

Black with #5099F9

Text Example


Text Example

White with #5099F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5099F9; }

 p { color: rgb(80,153,249); }

 H1.HeaderClassName
 {
   color: #5099F9;
 }
 .AnyTagClassName
 {
   color: #5099F9;
 }
</style>

background-color css

<style>
 a { background-color: #5099F9; }

 a { background-color: rgb(80,153,249); }

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

border-color css

<style>
 span { border-color: #5099F9; }

 span { border-color: rgb(80,153,249); }

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