Shades of Blue #200BFA
Tints of Blue #200BFA
RGB
CMYK
RGB Variations
Color information
#200BFA (or 0x200BFA) is known color: Blue. HEX triplet: 20, 0B and FA. RGB value is (32,11,250). Sum of RGB (Red+Green+Blue) = 32+11+250=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #200BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BFA is #DFF405. Grayscale: #2B2B2B. Windows color (decimal): -14676998 or 16386848. OLE color: 16386848.
HSL color Cylindrical-coordinate representation of color #200BFA: hue angle of 245.27º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200BFA is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 11 | 250 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.02 |
| HSL | 245.27º | 0.96% | 0.51% | - |
| HSV(B) | 245.27º | 0.96% | 0.98% | - |
| XYZ | 17.97 | 7.45 | 90.93 | - |
| YUV | 44.53 | 243.96 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 250 | 0.87 | 0.96 | 0 | 0.02 | 245.27 | 0.96 | 0.51 |
| Hex | 20 | B | FA | 57 | 60 | 0 | 2 | F5 | 60 | 33 |
| Octal | 40 | 13 | 372 | 127 | 140 | 0 | 2 | 365 | 140 | 63 |
| Binary | 100000 | 1011 | 11111010 | 1010111 | 1100000 | 0 | 10 | 11110101 | 1100000 | 110011 |
Color Harmonies of #200BFA
Complementary color
Monochromatic Colors of #200BFA
Black with #200BFA
Text Example
Text Example
White with #200BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BFA; }
p { color: rgb(32,11,250); }
H1.HeaderClassName
{
color: #200BFA;
}
.AnyTagClassName
{
color: #200BFA;
}
</style>
background-color css
<style>
a { background-color: #200BFA; }
a { background-color: rgb(32,11,250); }
div.DivClassName
{
background-color: #200BFA;
}
.BgClassName
{
background-color: #200BFA;
}
</style>
border-color css
<style>
span { border-color: #200BFA; }
span { border-color: rgb(32,11,250); }
td.TdClassName
{
border-color: #200BFA;
}
.TagClassName
{
border-color: #200BFA;
}
</style>