Shades of Cornflower Blue #5F94FF
Tints of Cornflower Blue #5F94FF
RGB
CMYK
RGB Variations
Color information
#5F94FF (or 0x5F94FF) is known color: Cornflower Blue. HEX triplet: 5F, 94 and FF. RGB value is (95,148,255). Sum of RGB (Red+Green+Blue) = 95+148+255=498 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.08% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F94FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F94FF is #A06B00. Grayscale: #8F8F8F. Windows color (decimal): -10513153 or 16749663. OLE color: 16749663.
HSL color Cylindrical-coordinate representation of color #5F94FF: hue angle of 220.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F94FF is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 148 | 255 | - |
| CMYK | 0.63 | 0.42 | 0 | 0 |
| HSL | 220.13º | 1% | 0.69% | - |
| HSV(B) | 220.13º | 0.63% | 1% | - |
| XYZ | 33.36 | 30.83 | 98.8 | - |
| YUV | 144.35 | 190.44 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 148 | 255 | 0.63 | 0.42 | 0 | 0 | 220.13 | 1 | 0.69 |
| Hex | 5F | 94 | FF | 3F | 2A | 0 | 0 | DC | 64 | 45 |
| Octal | 137 | 224 | 377 | 77 | 52 | 0 | 0 | 334 | 144 | 105 |
| Binary | 1011111 | 10010100 | 11111111 | 111111 | 101010 | 0 | 0 | 11011100 | 1100100 | 1000101 |
Color Harmonies of #5F94FF
Complementary color
Monochromatic Colors of #5F94FF
Black with #5F94FF
Text Example
Text Example
White with #5F94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F94FF; }
p { color: rgb(95,148,255); }
H1.HeaderClassName
{
color: #5F94FF;
}
.AnyTagClassName
{
color: #5F94FF;
}
</style>
background-color css
<style>
a { background-color: #5F94FF; }
a { background-color: rgb(95,148,255); }
div.DivClassName
{
background-color: #5F94FF;
}
.BgClassName
{
background-color: #5F94FF;
}
</style>
border-color css
<style>
span { border-color: #5F94FF; }
span { border-color: rgb(95,148,255); }
td.TdClassName
{
border-color: #5F94FF;
}
.TagClassName
{
border-color: #5F94FF;
}
</style>