Shades of Cornflower Blue #5FA8FD
Tints of Cornflower Blue #5FA8FD
RGB
CMYK
RGB Variations
Color information
#5FA8FD (or 0x5FA8FD) is known color: Cornflower Blue. HEX triplet: 5F, A8 and FD. RGB value is (95,168,253). Sum of RGB (Red+Green+Blue) = 95+168+253=516 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.41% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FA8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA8FD is #A05702. Grayscale: #9B9B9B. Windows color (decimal): -10508035 or 16623711. OLE color: 16623711.
HSL color Cylindrical-coordinate representation of color #5FA8FD: hue angle of 212.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FA8FD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 168 | 253 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.01 |
| HSL | 212.28º | 0.98% | 0.68% | - |
| HSV(B) | 212.28º | 0.62% | 0.99% | - |
| XYZ | 36.45 | 37.53 | 98.25 | - |
| YUV | 155.86 | 182.82 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 253 | 0.62 | 0.34 | 0 | 0.01 | 212.28 | 0.98 | 0.68 |
| Hex | 5F | A8 | FD | 3E | 22 | 0 | 1 | D4 | 62 | 44 |
| Octal | 137 | 250 | 375 | 76 | 42 | 0 | 1 | 324 | 142 | 104 |
| Binary | 1011111 | 10101000 | 11111101 | 111110 | 100010 | 0 | 1 | 11010100 | 1100010 | 1000100 |
Color Harmonies of #5FA8FD
Complementary color
Monochromatic Colors of #5FA8FD
Black with #5FA8FD
Text Example
Text Example
White with #5FA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA8FD; }
p { color: rgb(95,168,253); }
H1.HeaderClassName
{
color: #5FA8FD;
}
.AnyTagClassName
{
color: #5FA8FD;
}
</style>
background-color css
<style>
a { background-color: #5FA8FD; }
a { background-color: rgb(95,168,253); }
div.DivClassName
{
background-color: #5FA8FD;
}
.BgClassName
{
background-color: #5FA8FD;
}
</style>
border-color css
<style>
span { border-color: #5FA8FD; }
span { border-color: rgb(95,168,253); }
td.TdClassName
{
border-color: #5FA8FD;
}
.TagClassName
{
border-color: #5FA8FD;
}
</style>