Shades of Cornflower Blue #4588FF
Tints of Cornflower Blue #4588FF
RGB
CMYK
RGB Variations
Color information
#4588FF (or 0x4588FF) is known color: Cornflower Blue. HEX triplet: 45, 88 and FF. RGB value is (69,136,255). Sum of RGB (Red+Green+Blue) = 69+136+255=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #4588FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4588FF is #BA7700. Grayscale: #808080. Windows color (decimal): -12220161 or 16746565. OLE color: 16746565.
HSL color Cylindrical-coordinate representation of color #4588FF: hue angle of 218.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4588FF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 136 | 255 | - |
| CMYK | 0.73 | 0.47 | 0 | 0 |
| HSL | 218.39º | 1% | 0.64% | - |
| HSV(B) | 218.39º | 0.73% | 1% | - |
| XYZ | 29.31 | 26.09 | 98.1 | - |
| YUV | 129.53 | 198.8 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 255 | 0.73 | 0.47 | 0 | 0 | 218.39 | 1 | 0.64 |
| Hex | 45 | 88 | FF | 49 | 2F | 0 | 0 | DA | 64 | 40 |
| Octal | 105 | 210 | 377 | 111 | 57 | 0 | 0 | 332 | 144 | 100 |
| Binary | 1000101 | 10001000 | 11111111 | 1001001 | 101111 | 0 | 0 | 11011010 | 1100100 | 1000000 |
Color Harmonies of #4588FF
Complementary color
Monochromatic Colors of #4588FF
Black with #4588FF
Text Example
Text Example
White with #4588FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4588FF; }
p { color: rgb(69,136,255); }
H1.HeaderClassName
{
color: #4588FF;
}
.AnyTagClassName
{
color: #4588FF;
}
</style>
background-color css
<style>
a { background-color: #4588FF; }
a { background-color: rgb(69,136,255); }
div.DivClassName
{
background-color: #4588FF;
}
.BgClassName
{
background-color: #4588FF;
}
</style>
border-color css
<style>
span { border-color: #4588FF; }
span { border-color: rgb(69,136,255); }
td.TdClassName
{
border-color: #4588FF;
}
.TagClassName
{
border-color: #4588FF;
}
</style>