Shades of Cornflower Blue #4484FF
Tints of Cornflower Blue #4484FF
RGB
CMYK
RGB Variations
Color information
#4484FF (or 0x4484FF) is known color: Cornflower Blue. HEX triplet: 44, 84 and FF. RGB value is (68,132,255). Sum of RGB (Red+Green+Blue) = 68+132+255=455 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.95% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #4484FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4484FF is #BB7B00. Grayscale: #7E7E7E. Windows color (decimal): -12286721 or 16745540. OLE color: 16745540.
HSL color Cylindrical-coordinate representation of color #4484FF: hue angle of 219.47º 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 #4484FF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 132 | 255 | - |
| CMYK | 0.73 | 0.48 | 0 | 0 |
| HSL | 219.47º | 1% | 0.63% | - |
| HSV(B) | 219.47º | 0.73% | 1% | - |
| XYZ | 28.69 | 24.95 | 97.91 | - |
| YUV | 126.89 | 200.3 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 255 | 0.73 | 0.48 | 0 | 0 | 219.47 | 1 | 0.63 |
| Hex | 44 | 84 | FF | 49 | 30 | 0 | 0 | DB | 64 | 3F |
| Octal | 104 | 204 | 377 | 111 | 60 | 0 | 0 | 333 | 144 | 77 |
| Binary | 1000100 | 10000100 | 11111111 | 1001001 | 110000 | 0 | 0 | 11011011 | 1100100 | 111111 |
Color Harmonies of #4484FF
Complementary color
Monochromatic Colors of #4484FF
Black with #4484FF
Text Example
Text Example
White with #4484FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4484FF; }
p { color: rgb(68,132,255); }
H1.HeaderClassName
{
color: #4484FF;
}
.AnyTagClassName
{
color: #4484FF;
}
</style>
background-color css
<style>
a { background-color: #4484FF; }
a { background-color: rgb(68,132,255); }
div.DivClassName
{
background-color: #4484FF;
}
.BgClassName
{
background-color: #4484FF;
}
</style>
border-color css
<style>
span { border-color: #4484FF; }
span { border-color: rgb(68,132,255); }
td.TdClassName
{
border-color: #4484FF;
}
.TagClassName
{
border-color: #4484FF;
}
</style>