Shades of Cornflower Blue #5F81DF
Tints of Cornflower Blue #5F81DF
RGB
CMYK
RGB Variations
Color information
#5F81DF (or 0x5F81DF) is known color: Cornflower Blue. HEX triplet: 5F, 81 and DF. RGB value is (95,129,223). Sum of RGB (Red+Green+Blue) = 95+129+223=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F81DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F81DF is #A07E20. Grayscale: #818181. Windows color (decimal): -10518049 or 14647647. OLE color: 14647647.
HSL color Cylindrical-coordinate representation of color #5F81DF: hue angle of 224.06º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F81DF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 129 | 223 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.13 |
| HSL | 224.06º | 0.67% | 0.62% | - |
| HSV(B) | 224.06º | 0.57% | 0.87% | - |
| XYZ | 25.89 | 23.46 | 72.98 | - |
| YUV | 129.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 223 | 0.57 | 0.42 | 0 | 0.13 | 224.06 | 0.67 | 0.62 |
| Hex | 5F | 81 | DF | 39 | 2A | 0 | D | E0 | 43 | 3E |
| Octal | 137 | 201 | 337 | 71 | 52 | 0 | 15 | 340 | 103 | 76 |
| Binary | 1011111 | 10000001 | 11011111 | 111001 | 101010 | 0 | 1101 | 11100000 | 1000011 | 111110 |
Color Harmonies of #5F81DF
Complementary color
Monochromatic Colors of #5F81DF
Black with #5F81DF
Text Example
Text Example
White with #5F81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F81DF; }
p { color: rgb(95,129,223); }
H1.HeaderClassName
{
color: #5F81DF;
}
.AnyTagClassName
{
color: #5F81DF;
}
</style>
background-color css
<style>
a { background-color: #5F81DF; }
a { background-color: rgb(95,129,223); }
div.DivClassName
{
background-color: #5F81DF;
}
.BgClassName
{
background-color: #5F81DF;
}
</style>
border-color css
<style>
span { border-color: #5F81DF; }
span { border-color: rgb(95,129,223); }
td.TdClassName
{
border-color: #5F81DF;
}
.TagClassName
{
border-color: #5F81DF;
}
</style>