Shades of Blue #2002FB
Tints of Blue #2002FB
RGB
CMYK
RGB Variations
Color information
#2002FB (or 0x2002FB) is known color: Blue. HEX triplet: 20, 02 and FB. RGB value is (32,2,251). Sum of RGB (Red+Green+Blue) = 32+2+251=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 251 (98.44% from 255 or 88.07% from 285); Max value from RGB is 251 - color contains mainly: blue. Hex color #2002FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2002FB is #DFFD04. Grayscale: #262626. Windows color (decimal): -14679301 or 16450080. OLE color: 16450080.
HSL color Cylindrical-coordinate representation of color #2002FB: hue angle of 247.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2002FB is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 2 | 251 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.02 |
| HSL | 247.23º | 0.98% | 0.5% | - |
| HSV(B) | 247.23º | 0.99% | 0.98% | - |
| XYZ | 18.03 | 7.32 | 91.73 | - |
| YUV | 39.36 | 247.44 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 251 | 0.87 | 0.99 | 0 | 0.02 | 247.23 | 0.98 | 0.5 |
| Hex | 20 | 2 | FB | 57 | 63 | 0 | 2 | F7 | 62 | 32 |
| Octal | 40 | 2 | 373 | 127 | 143 | 0 | 2 | 367 | 142 | 62 |
| Binary | 100000 | 10 | 11111011 | 1010111 | 1100011 | 0 | 10 | 11110111 | 1100010 | 110010 |
Color Harmonies of #2002FB
Complementary color
Monochromatic Colors of #2002FB
Black with #2002FB
Text Example
Text Example
White with #2002FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2002FB; }
p { color: rgb(32,2,251); }
H1.HeaderClassName
{
color: #2002FB;
}
.AnyTagClassName
{
color: #2002FB;
}
</style>
background-color css
<style>
a { background-color: #2002FB; }
a { background-color: rgb(32,2,251); }
div.DivClassName
{
background-color: #2002FB;
}
.BgClassName
{
background-color: #2002FB;
}
</style>
border-color css
<style>
span { border-color: #2002FB; }
span { border-color: rgb(32,2,251); }
td.TdClassName
{
border-color: #2002FB;
}
.TagClassName
{
border-color: #2002FB;
}
</style>