Shades of Summer Sky #449EF5
Tints of Summer Sky #449EF5
RGB
CMYK
RGB Variations
Color information
#449EF5 (or 0x449EF5) is known color: Summer Sky. HEX triplet: 44, 9E and F5. RGB value is (68,158,245). Sum of RGB (Red+Green+Blue) = 68+158+245=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #449EF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EF5 is #BB610A. Grayscale: #8C8C8C. Windows color (decimal): -12280075 or 16096836. OLE color: 16096836.
HSL color Cylindrical-coordinate representation of color #449EF5: hue angle of 209.49º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449EF5 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 158 | 245 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.04 |
| HSL | 209.49º | 0.9% | 0.61% | - |
| HSV(B) | 209.49º | 0.72% | 0.96% | - |
| XYZ | 31.09 | 32.28 | 90.98 | - |
| YUV | 141.01 | 186.68 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 245 | 0.72 | 0.36 | 0 | 0.04 | 209.49 | 0.9 | 0.61 |
| Hex | 44 | 9E | F5 | 48 | 24 | 0 | 4 | D1 | 5A | 3D |
| Octal | 104 | 236 | 365 | 110 | 44 | 0 | 4 | 321 | 132 | 75 |
| Binary | 1000100 | 10011110 | 11110101 | 1001000 | 100100 | 0 | 100 | 11010001 | 1011010 | 111101 |
Color Harmonies of #449EF5
Complementary color
Monochromatic Colors of #449EF5
Black with #449EF5
Text Example
Text Example
White with #449EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449EF5; }
p { color: rgb(68,158,245); }
H1.HeaderClassName
{
color: #449EF5;
}
.AnyTagClassName
{
color: #449EF5;
}
</style>
background-color css
<style>
a { background-color: #449EF5; }
a { background-color: rgb(68,158,245); }
div.DivClassName
{
background-color: #449EF5;
}
.BgClassName
{
background-color: #449EF5;
}
</style>
border-color css
<style>
span { border-color: #449EF5; }
span { border-color: rgb(68,158,245); }
td.TdClassName
{
border-color: #449EF5;
}
.TagClassName
{
border-color: #449EF5;
}
</style>