Shades of Blue #200BF4
Tints of Blue #200BF4
RGB
CMYK
RGB Variations
Color information
#200BF4 (or 0x200BF4) is known color: Blue. HEX triplet: 20, 0B and F4. RGB value is (32,11,244). Sum of RGB (Red+Green+Blue) = 32+11+244=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 244 (95.70% from 255 or 85.02% from 287); Max value from RGB is 244 - color contains mainly: blue. Hex color #200BF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BF4 is #DFF40B. Grayscale: #2A2A2A. Windows color (decimal): -14677004 or 15993632. OLE color: 15993632.
HSL color Cylindrical-coordinate representation of color #200BF4: hue angle of 245.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BF4 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 11 | 244 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.04 |
| HSL | 245.41º | 0.91% | 0.5% | - |
| HSV(B) | 245.41º | 0.95% | 0.96% | - |
| XYZ | 17.04 | 7.08 | 86.06 | - |
| YUV | 43.84 | 240.96 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 244 | 0.87 | 0.95 | 0 | 0.04 | 245.41 | 0.91 | 0.5 |
| Hex | 20 | B | F4 | 57 | 5F | 0 | 4 | F5 | 5B | 32 |
| Octal | 40 | 13 | 364 | 127 | 137 | 0 | 4 | 365 | 133 | 62 |
| Binary | 100000 | 1011 | 11110100 | 1010111 | 1011111 | 0 | 100 | 11110101 | 1011011 | 110010 |
Color Harmonies of #200BF4
Complementary color
Monochromatic Colors of #200BF4
Black with #200BF4
Text Example
Text Example
White with #200BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BF4; }
p { color: rgb(32,11,244); }
H1.HeaderClassName
{
color: #200BF4;
}
.AnyTagClassName
{
color: #200BF4;
}
</style>
background-color css
<style>
a { background-color: #200BF4; }
a { background-color: rgb(32,11,244); }
div.DivClassName
{
background-color: #200BF4;
}
.BgClassName
{
background-color: #200BF4;
}
</style>
border-color css
<style>
span { border-color: #200BF4; }
span { border-color: rgb(32,11,244); }
td.TdClassName
{
border-color: #200BF4;
}
.TagClassName
{
border-color: #200BF4;
}
</style>