Shades of Cornflower Blue #5995E6
Tints of Cornflower Blue #5995E6
RGB
CMYK
RGB Variations
Color information
#5995E6 (or 0x5995E6) is known color: Cornflower Blue. HEX triplet: 59, 95 and E6. RGB value is (89,149,230). Sum of RGB (Red+Green+Blue) = 89+149+230=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #5995E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5995E6 is #A66A19. Grayscale: #8B8B8B. Windows color (decimal): -10906138 or 15111513. OLE color: 15111513.
HSL color Cylindrical-coordinate representation of color #5995E6: hue angle of 214.47º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5995E6 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 149 | 230 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.10 |
| HSL | 214.47º | 0.74% | 0.63% | - |
| HSV(B) | 214.47º | 0.61% | 0.9% | - |
| XYZ | 29.15 | 29.33 | 78.99 | - |
| YUV | 140.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 230 | 0.61 | 0.35 | 0 | 0.10 | 214.47 | 0.74 | 0.63 |
| Hex | 59 | 95 | E6 | 3D | 23 | 0 | A | D6 | 4A | 3F |
| Octal | 131 | 225 | 346 | 75 | 43 | 0 | 12 | 326 | 112 | 77 |
| Binary | 1011001 | 10010101 | 11100110 | 111101 | 100011 | 0 | 1010 | 11010110 | 1001010 | 111111 |
Color Harmonies of #5995E6
Complementary color
Monochromatic Colors of #5995E6
Black with #5995E6
Text Example
Text Example
White with #5995E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5995E6; }
p { color: rgb(89,149,230); }
H1.HeaderClassName
{
color: #5995E6;
}
.AnyTagClassName
{
color: #5995E6;
}
</style>
background-color css
<style>
a { background-color: #5995E6; }
a { background-color: rgb(89,149,230); }
div.DivClassName
{
background-color: #5995E6;
}
.BgClassName
{
background-color: #5995E6;
}
</style>
border-color css
<style>
span { border-color: #5995E6; }
span { border-color: rgb(89,149,230); }
td.TdClassName
{
border-color: #5995E6;
}
.TagClassName
{
border-color: #5995E6;
}
</style>