Shades of Cornflower Blue #4488FA
Tints of Cornflower Blue #4488FA
RGB
CMYK
RGB Variations
Color information
#4488FA (or 0x4488FA) is known color: Cornflower Blue. HEX triplet: 44, 88 and FA. RGB value is (68,136,250). Sum of RGB (Red+Green+Blue) = 68+136+250=454 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.98% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #4488FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4488FA is #BB7705. Grayscale: #808080. Windows color (decimal): -12285702 or 16418884. OLE color: 16418884.
HSL color Cylindrical-coordinate representation of color #4488FA: hue angle of 217.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4488FA is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 136 | 250 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.02 |
| HSL | 217.58º | 0.95% | 0.62% | - |
| HSV(B) | 217.58º | 0.73% | 0.98% | - |
| XYZ | 28.44 | 25.74 | 93.91 | - |
| YUV | 128.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 250 | 0.73 | 0.46 | 0 | 0.02 | 217.58 | 0.95 | 0.62 |
| Hex | 44 | 88 | FA | 49 | 2E | 0 | 2 | DA | 5F | 3E |
| Octal | 104 | 210 | 372 | 111 | 56 | 0 | 2 | 332 | 137 | 76 |
| Binary | 1000100 | 10001000 | 11111010 | 1001001 | 101110 | 0 | 10 | 11011010 | 1011111 | 111110 |
Color Harmonies of #4488FA
Complementary color
Monochromatic Colors of #4488FA
Black with #4488FA
Text Example
Text Example
White with #4488FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4488FA; }
p { color: rgb(68,136,250); }
H1.HeaderClassName
{
color: #4488FA;
}
.AnyTagClassName
{
color: #4488FA;
}
</style>
background-color css
<style>
a { background-color: #4488FA; }
a { background-color: rgb(68,136,250); }
div.DivClassName
{
background-color: #4488FA;
}
.BgClassName
{
background-color: #4488FA;
}
</style>
border-color css
<style>
span { border-color: #4488FA; }
span { border-color: rgb(68,136,250); }
td.TdClassName
{
border-color: #4488FA;
}
.TagClassName
{
border-color: #4488FA;
}
</style>