Shades of Blue #200BF5
Tints of Blue #200BF5
RGB
CMYK
RGB Variations
Color information
#200BF5 (or 0x200BF5) is known color: Blue. HEX triplet: 20, 0B and F5. RGB value is (32,11,245). Sum of RGB (Red+Green+Blue) = 32+11+245=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 245 (96.09% from 255 or 85.07% from 288); Max value from RGB is 245 - color contains mainly: blue. Hex color #200BF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200BF5 is #DFF40A. Grayscale: #2B2B2B. Windows color (decimal): -14677003 or 16059168. OLE color: 16059168.
HSL color Cylindrical-coordinate representation of color #200BF5: hue angle of 245.38º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200BF5 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 11 | 245 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.04 |
| HSL | 245.38º | 0.92% | 0.5% | - |
| HSV(B) | 245.38º | 0.96% | 0.96% | - |
| XYZ | 17.2 | 7.14 | 86.86 | - |
| YUV | 43.96 | 241.46 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 245 | 0.87 | 0.96 | 0 | 0.04 | 245.38 | 0.92 | 0.5 |
| Hex | 20 | B | F5 | 57 | 60 | 0 | 4 | F5 | 5C | 32 |
| Octal | 40 | 13 | 365 | 127 | 140 | 0 | 4 | 365 | 134 | 62 |
| Binary | 100000 | 1011 | 11110101 | 1010111 | 1100000 | 0 | 100 | 11110101 | 1011100 | 110010 |
Color Harmonies of #200BF5
Complementary color
Monochromatic Colors of #200BF5
Black with #200BF5
Text Example
Text Example
White with #200BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BF5; }
p { color: rgb(32,11,245); }
H1.HeaderClassName
{
color: #200BF5;
}
.AnyTagClassName
{
color: #200BF5;
}
</style>
background-color css
<style>
a { background-color: #200BF5; }
a { background-color: rgb(32,11,245); }
div.DivClassName
{
background-color: #200BF5;
}
.BgClassName
{
background-color: #200BF5;
}
</style>
border-color css
<style>
span { border-color: #200BF5; }
span { border-color: rgb(32,11,245); }
td.TdClassName
{
border-color: #200BF5;
}
.TagClassName
{
border-color: #200BF5;
}
</style>