Shades of Cornflower Blue #5F81DB
Tints of Cornflower Blue #5F81DB
RGB
CMYK
RGB Variations
Color information
#5F81DB (or 0x5F81DB) is known color: Cornflower Blue. HEX triplet: 5F, 81 and DB. RGB value is (95,129,219). Sum of RGB (Red+Green+Blue) = 95+129+219=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F81DB is #A07E24. Grayscale: #808080. Windows color (decimal): -10518053 or 14385503. OLE color: 14385503.
HSL color Cylindrical-coordinate representation of color #5F81DB: hue angle of 223.55º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F81DB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 129 | 219 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.14 |
| HSL | 223.55º | 0.63% | 0.62% | - |
| HSV(B) | 223.55º | 0.57% | 0.86% | - |
| XYZ | 25.36 | 23.25 | 70.17 | - |
| YUV | 129.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 219 | 0.57 | 0.41 | 0 | 0.14 | 223.55 | 0.63 | 0.62 |
| Hex | 5F | 81 | DB | 39 | 29 | 0 | E | E0 | 3F | 3E |
| Octal | 137 | 201 | 333 | 71 | 51 | 0 | 16 | 340 | 77 | 76 |
| Binary | 1011111 | 10000001 | 11011011 | 111001 | 101001 | 0 | 1110 | 11100000 | 111111 | 111110 |
Color Harmonies of #5F81DB
Complementary color
Monochromatic Colors of #5F81DB
Black with #5F81DB
Text Example
Text Example
White with #5F81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F81DB; }
p { color: rgb(95,129,219); }
H1.HeaderClassName
{
color: #5F81DB;
}
.AnyTagClassName
{
color: #5F81DB;
}
</style>
background-color css
<style>
a { background-color: #5F81DB; }
a { background-color: rgb(95,129,219); }
div.DivClassName
{
background-color: #5F81DB;
}
.BgClassName
{
background-color: #5F81DB;
}
</style>
border-color css
<style>
span { border-color: #5F81DB; }
span { border-color: rgb(95,129,219); }
td.TdClassName
{
border-color: #5F81DB;
}
.TagClassName
{
border-color: #5F81DB;
}
</style>