Shades of Cornflower Blue #4486FF
Tints of Cornflower Blue #4486FF
RGB
CMYK
RGB Variations
Color information
#4486FF (or 0x4486FF) is known color: Cornflower Blue. HEX triplet: 44, 86 and FF. RGB value is (68,134,255). Sum of RGB (Red+Green+Blue) = 68+134+255=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #4486FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4486FF is #BB7900. Grayscale: #7F7F7F. Windows color (decimal): -12286209 or 16746052. OLE color: 16746052.
HSL color Cylindrical-coordinate representation of color #4486FF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4486FF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 134 | 255 | - |
| CMYK | 0.73 | 0.47 | 0 | 0 |
| HSL | 218.82º | 1% | 0.63% | - |
| HSV(B) | 218.82º | 0.73% | 1% | - |
| XYZ | 28.96 | 25.5 | 98 | - |
| YUV | 128.06 | 199.63 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 255 | 0.73 | 0.47 | 0 | 0 | 218.82 | 1 | 0.63 |
| Hex | 44 | 86 | FF | 49 | 2F | 0 | 0 | DB | 64 | 3F |
| Octal | 104 | 206 | 377 | 111 | 57 | 0 | 0 | 333 | 144 | 77 |
| Binary | 1000100 | 10000110 | 11111111 | 1001001 | 101111 | 0 | 0 | 11011011 | 1100100 | 111111 |
Color Harmonies of #4486FF
Complementary color
Monochromatic Colors of #4486FF
Black with #4486FF
Text Example
Text Example
White with #4486FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4486FF; }
p { color: rgb(68,134,255); }
H1.HeaderClassName
{
color: #4486FF;
}
.AnyTagClassName
{
color: #4486FF;
}
</style>
background-color css
<style>
a { background-color: #4486FF; }
a { background-color: rgb(68,134,255); }
div.DivClassName
{
background-color: #4486FF;
}
.BgClassName
{
background-color: #4486FF;
}
</style>
border-color css
<style>
span { border-color: #4486FF; }
span { border-color: rgb(68,134,255); }
td.TdClassName
{
border-color: #4486FF;
}
.TagClassName
{
border-color: #4486FF;
}
</style>