Shades of Blue #200CF9
Tints of Blue #200CF9
RGB
CMYK
RGB Variations
Color information
#200CF9 (or 0x200CF9) is known color: Blue. HEX triplet: 20, 0C and F9. RGB value is (32,12,249). Sum of RGB (Red+Green+Blue) = 32+12+249=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 249 (97.66% from 255 or 84.98% from 293); Max value from RGB is 249 - color contains mainly: blue. Hex color #200CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200CF9 is #DFF306. Grayscale: #2C2C2C. Windows color (decimal): -14676743 or 16321568. OLE color: 16321568.
HSL color Cylindrical-coordinate representation of color #200CF9: hue angle of 245.06º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200CF9 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 12 | 249 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.02 |
| HSL | 245.06º | 0.95% | 0.51% | - |
| HSV(B) | 245.06º | 0.95% | 0.98% | - |
| XYZ | 17.83 | 7.41 | 90.11 | - |
| YUV | 45 | 243.13 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 249 | 0.87 | 0.95 | 0 | 0.02 | 245.06 | 0.95 | 0.51 |
| Hex | 20 | C | F9 | 57 | 5F | 0 | 2 | F5 | 5F | 33 |
| Octal | 40 | 14 | 371 | 127 | 137 | 0 | 2 | 365 | 137 | 63 |
| Binary | 100000 | 1100 | 11111001 | 1010111 | 1011111 | 0 | 10 | 11110101 | 1011111 | 110011 |
Color Harmonies of #200CF9
Complementary color
Monochromatic Colors of #200CF9
Black with #200CF9
Text Example
Text Example
White with #200CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CF9; }
p { color: rgb(32,12,249); }
H1.HeaderClassName
{
color: #200CF9;
}
.AnyTagClassName
{
color: #200CF9;
}
</style>
background-color css
<style>
a { background-color: #200CF9; }
a { background-color: rgb(32,12,249); }
div.DivClassName
{
background-color: #200CF9;
}
.BgClassName
{
background-color: #200CF9;
}
</style>
border-color css
<style>
span { border-color: #200CF9; }
span { border-color: rgb(32,12,249); }
td.TdClassName
{
border-color: #200CF9;
}
.TagClassName
{
border-color: #200CF9;
}
</style>