Shades of Blue #2005FB
Tints of Blue #2005FB
RGB
CMYK
RGB Variations
Color information
#2005FB (or 0x2005FB) is known color: Blue. HEX triplet: 20, 05 and FB. RGB value is (32,5,251). Sum of RGB (Red+Green+Blue) = 32+5+251=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 251 (98.44% from 255 or 87.15% from 288); Max value from RGB is 251 - color contains mainly: blue. Hex color #2005FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2005FB is #DFFA04. Grayscale: #282828. Windows color (decimal): -14678533 or 16450848. OLE color: 16450848.
HSL color Cylindrical-coordinate representation of color #2005FB: hue angle of 246.59º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005FB is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 5 | 251 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.02 |
| HSL | 246.59º | 0.97% | 0.5% | - |
| HSV(B) | 246.59º | 0.98% | 0.98% | - |
| XYZ | 18.06 | 7.38 | 91.74 | - |
| YUV | 41.12 | 246.45 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 251 | 0.87 | 0.98 | 0 | 0.02 | 246.59 | 0.97 | 0.5 |
| Hex | 20 | 5 | FB | 57 | 62 | 0 | 2 | F7 | 61 | 32 |
| Octal | 40 | 5 | 373 | 127 | 142 | 0 | 2 | 367 | 141 | 62 |
| Binary | 100000 | 101 | 11111011 | 1010111 | 1100010 | 0 | 10 | 11110111 | 1100001 | 110010 |
Color Harmonies of #2005FB
Complementary color
Monochromatic Colors of #2005FB
Black with #2005FB
Text Example
Text Example
White with #2005FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005FB; }
p { color: rgb(32,5,251); }
H1.HeaderClassName
{
color: #2005FB;
}
.AnyTagClassName
{
color: #2005FB;
}
</style>
background-color css
<style>
a { background-color: #2005FB; }
a { background-color: rgb(32,5,251); }
div.DivClassName
{
background-color: #2005FB;
}
.BgClassName
{
background-color: #2005FB;
}
</style>
border-color css
<style>
span { border-color: #2005FB; }
span { border-color: rgb(32,5,251); }
td.TdClassName
{
border-color: #2005FB;
}
.TagClassName
{
border-color: #2005FB;
}
</style>