Html Css Color HEX #5095F9 Cornflower Blue

📋 copy color: '#5095F9'

red 80 ◦ green 149 ◦ blue 249

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

Shades of Cornflower Blue #5095F9

Tints of Cornflower Blue #5095F9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

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

R = 16.74%
G = 31.17%
B = 52.09%

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

#5095F9 (or 0x5095F9) is known color: Cornflower Blue. HEX triplet: 50, 95 and F9. RGB value is (80,149,249). Sum of RGB (Red+Green+Blue) = 80+149+249=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #5095F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5095F9 is #AF6A06. Grayscale: #8B8B8B. Windows color (decimal): -11495943 or 16356688. OLE color: 16356688.

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

Color convert

RGB 80 149 249 -
CMYK 0.68 0.40 0 0.02
HSL 215.5º 0.93% 0.65% -
HSV(B) 215.5º 0.68% 0.98% -
XYZ 31.15 30.04 93.78 -
YUV 139.77 189.64 85.37 -
System Red Green Blue C M Y K H S L
Decimal 80 149 249 0.68 0.40 0 0.02 215.5 0.93 0.65
Hex 50 95 F9 44 28 0 2 D8 5D 41
Octal 120 225 371 104 50 0 2 330 135 101
Binary 1010000 10010101 11111001 1000100 101000 0 10 11011000 1011101 1000001

Color Harmonies of #5095F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5095F9

Black with #5095F9

Text Example


Text Example

White with #5095F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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