Shades of Cornflower Blue #5FA3FF
Tints of Cornflower Blue #5FA3FF
RGB
CMYK
RGB Variations
Color information
#5FA3FF (or 0x5FA3FF) is known color: Cornflower Blue. HEX triplet: 5F, A3 and FF. RGB value is (95,163,255). Sum of RGB (Red+Green+Blue) = 95+163+255=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FA3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA3FF is #A05C00. Grayscale: #989898. Windows color (decimal): -10509313 or 16753503. OLE color: 16753503.
HSL color Cylindrical-coordinate representation of color #5FA3FF: hue angle of 214.5º 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 #5FA3FF is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 163 | 255 | - |
| CMYK | 0.63 | 0.36 | 0 | 0 |
| HSL | 214.5º | 1% | 0.69% | - |
| HSV(B) | 214.5º | 0.63% | 1% | - |
| XYZ | 35.87 | 35.85 | 99.64 | - |
| YUV | 153.16 | 185.47 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 255 | 0.63 | 0.36 | 0 | 0 | 214.5 | 1 | 0.69 |
| Hex | 5F | A3 | FF | 3F | 24 | 0 | 0 | D6 | 64 | 45 |
| Octal | 137 | 243 | 377 | 77 | 44 | 0 | 0 | 326 | 144 | 105 |
| Binary | 1011111 | 10100011 | 11111111 | 111111 | 100100 | 0 | 0 | 11010110 | 1100100 | 1000101 |
Color Harmonies of #5FA3FF
Complementary color
Monochromatic Colors of #5FA3FF
Black with #5FA3FF
Text Example
Text Example
White with #5FA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA3FF; }
p { color: rgb(95,163,255); }
H1.HeaderClassName
{
color: #5FA3FF;
}
.AnyTagClassName
{
color: #5FA3FF;
}
</style>
background-color css
<style>
a { background-color: #5FA3FF; }
a { background-color: rgb(95,163,255); }
div.DivClassName
{
background-color: #5FA3FF;
}
.BgClassName
{
background-color: #5FA3FF;
}
</style>
border-color css
<style>
span { border-color: #5FA3FF; }
span { border-color: rgb(95,163,255); }
td.TdClassName
{
border-color: #5FA3FF;
}
.TagClassName
{
border-color: #5FA3FF;
}
</style>