Shades of Cornflower Blue #5993F2
Tints of Cornflower Blue #5993F2
RGB
CMYK
RGB Variations
Color information
#5993F2 (or 0x5993F2) is known color: Cornflower Blue. HEX triplet: 59, 93 and F2. RGB value is (89,147,242). Sum of RGB (Red+Green+Blue) = 89+147+242=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #5993F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5993F2 is #A66C0D. Grayscale: #8C8C8C. Windows color (decimal): -10906638 or 15897433. OLE color: 15897433.
HSL color Cylindrical-coordinate representation of color #5993F2: hue angle of 217.25º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5993F2 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 147 | 242 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.05 |
| HSL | 217.25º | 0.85% | 0.65% | - |
| HSV(B) | 217.25º | 0.63% | 0.95% | - |
| XYZ | 30.58 | 29.4 | 88.07 | - |
| YUV | 140.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 242 | 0.63 | 0.39 | 0 | 0.05 | 217.25 | 0.85 | 0.65 |
| Hex | 59 | 93 | F2 | 3F | 27 | 0 | 5 | D9 | 55 | 41 |
| Octal | 131 | 223 | 362 | 77 | 47 | 0 | 5 | 331 | 125 | 101 |
| Binary | 1011001 | 10010011 | 11110010 | 111111 | 100111 | 0 | 101 | 11011001 | 1010101 | 1000001 |
Color Harmonies of #5993F2
Complementary color
Monochromatic Colors of #5993F2
Black with #5993F2
Text Example
Text Example
White with #5993F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5993F2; }
p { color: rgb(89,147,242); }
H1.HeaderClassName
{
color: #5993F2;
}
.AnyTagClassName
{
color: #5993F2;
}
</style>
background-color css
<style>
a { background-color: #5993F2; }
a { background-color: rgb(89,147,242); }
div.DivClassName
{
background-color: #5993F2;
}
.BgClassName
{
background-color: #5993F2;
}
</style>
border-color css
<style>
span { border-color: #5993F2; }
span { border-color: rgb(89,147,242); }
td.TdClassName
{
border-color: #5993F2;
}
.TagClassName
{
border-color: #5993F2;
}
</style>