Shades of Cornflower Blue #5B8FDA
Tints of Cornflower Blue #5B8FDA
RGB
CMYK
RGB Variations
Color information
#5B8FDA (or 0x5B8FDA) is known color: Cornflower Blue. HEX triplet: 5B, 8F and DA. RGB value is (91,143,218). Sum of RGB (Red+Green+Blue) = 91+143+218=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B8FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8FDA is #A47025. Grayscale: #878787. Windows color (decimal): -10776614 or 14323547. OLE color: 14323547.
HSL color Cylindrical-coordinate representation of color #5B8FDA: hue angle of 215.43º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B8FDA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 143 | 218 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.15 |
| HSL | 215.43º | 0.63% | 0.61% | - |
| HSV(B) | 215.43º | 0.58% | 0.85% | - |
| XYZ | 26.79 | 26.93 | 70.12 | - |
| YUV | 136 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 218 | 0.58 | 0.34 | 0 | 0.15 | 215.43 | 0.63 | 0.61 |
| Hex | 5B | 8F | DA | 3A | 22 | 0 | F | D7 | 3F | 3D |
| Octal | 133 | 217 | 332 | 72 | 42 | 0 | 17 | 327 | 77 | 75 |
| Binary | 1011011 | 10001111 | 11011010 | 111010 | 100010 | 0 | 1111 | 11010111 | 111111 | 111101 |
Color Harmonies of #5B8FDA
Complementary color
Monochromatic Colors of #5B8FDA
Black with #5B8FDA
Text Example
Text Example
White with #5B8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8FDA; }
p { color: rgb(91,143,218); }
H1.HeaderClassName
{
color: #5B8FDA;
}
.AnyTagClassName
{
color: #5B8FDA;
}
</style>
background-color css
<style>
a { background-color: #5B8FDA; }
a { background-color: rgb(91,143,218); }
div.DivClassName
{
background-color: #5B8FDA;
}
.BgClassName
{
background-color: #5B8FDA;
}
</style>
border-color css
<style>
span { border-color: #5B8FDA; }
span { border-color: rgb(91,143,218); }
td.TdClassName
{
border-color: #5B8FDA;
}
.TagClassName
{
border-color: #5B8FDA;
}
</style>