Shades of Cornflower Blue #5C99FB
Tints of Cornflower Blue #5C99FB
RGB
CMYK
RGB Variations
Color information
#5C99FB (or 0x5C99FB) is known color: Cornflower Blue. HEX triplet: 5C, 99 and FB. RGB value is (92,153,251). Sum of RGB (Red+Green+Blue) = 92+153+251=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #5C99FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C99FB is #A36604. Grayscale: #919191. Windows color (decimal): -10708485 or 16488796. OLE color: 16488796.
HSL color Cylindrical-coordinate representation of color #5C99FB: hue angle of 216.98º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C99FB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 153 | 251 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.02 |
| HSL | 216.98º | 0.95% | 0.67% | - |
| HSV(B) | 216.98º | 0.63% | 0.98% | - |
| XYZ | 33.22 | 32.02 | 95.7 | - |
| YUV | 145.93 | 187.29 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 251 | 0.63 | 0.39 | 0 | 0.02 | 216.98 | 0.95 | 0.67 |
| Hex | 5C | 99 | FB | 3F | 27 | 0 | 2 | D9 | 5F | 43 |
| Octal | 134 | 231 | 373 | 77 | 47 | 0 | 2 | 331 | 137 | 103 |
| Binary | 1011100 | 10011001 | 11111011 | 111111 | 100111 | 0 | 10 | 11011001 | 1011111 | 1000011 |
Color Harmonies of #5C99FB
Complementary color
Monochromatic Colors of #5C99FB
Black with #5C99FB
Text Example
Text Example
White with #5C99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C99FB; }
p { color: rgb(92,153,251); }
H1.HeaderClassName
{
color: #5C99FB;
}
.AnyTagClassName
{
color: #5C99FB;
}
</style>
background-color css
<style>
a { background-color: #5C99FB; }
a { background-color: rgb(92,153,251); }
div.DivClassName
{
background-color: #5C99FB;
}
.BgClassName
{
background-color: #5C99FB;
}
</style>
border-color css
<style>
span { border-color: #5C99FB; }
span { border-color: rgb(92,153,251); }
td.TdClassName
{
border-color: #5C99FB;
}
.TagClassName
{
border-color: #5C99FB;
}
</style>