Shades of Cornflower Blue #5F8BFD
Tints of Cornflower Blue #5F8BFD
RGB
CMYK
RGB Variations
Color information
#5F8BFD (or 0x5F8BFD) is known color: Cornflower Blue. HEX triplet: 5F, 8B and FD. RGB value is (95,139,253). Sum of RGB (Red+Green+Blue) = 95+139+253=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F8BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8BFD is #A07402. Grayscale: #8A8A8A. Windows color (decimal): -10515459 or 16616287. OLE color: 16616287.
HSL color Cylindrical-coordinate representation of color #5F8BFD: hue angle of 223.29º 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 #5F8BFD is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 139 | 253 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.01 |
| HSL | 223.29º | 0.98% | 0.68% | - |
| HSV(B) | 223.29º | 0.62% | 0.99% | - |
| XYZ | 31.68 | 27.99 | 96.66 | - |
| YUV | 138.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 253 | 0.62 | 0.45 | 0 | 0.01 | 223.29 | 0.98 | 0.68 |
| Hex | 5F | 8B | FD | 3E | 2D | 0 | 1 | DF | 62 | 44 |
| Octal | 137 | 213 | 375 | 76 | 55 | 0 | 1 | 337 | 142 | 104 |
| Binary | 1011111 | 10001011 | 11111101 | 111110 | 101101 | 0 | 1 | 11011111 | 1100010 | 1000100 |
Color Harmonies of #5F8BFD
Complementary color
Monochromatic Colors of #5F8BFD
Black with #5F8BFD
Text Example
Text Example
White with #5F8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8BFD; }
p { color: rgb(95,139,253); }
H1.HeaderClassName
{
color: #5F8BFD;
}
.AnyTagClassName
{
color: #5F8BFD;
}
</style>
background-color css
<style>
a { background-color: #5F8BFD; }
a { background-color: rgb(95,139,253); }
div.DivClassName
{
background-color: #5F8BFD;
}
.BgClassName
{
background-color: #5F8BFD;
}
</style>
border-color css
<style>
span { border-color: #5F8BFD; }
span { border-color: rgb(95,139,253); }
td.TdClassName
{
border-color: #5F8BFD;
}
.TagClassName
{
border-color: #5F8BFD;
}
</style>