Shades of Medium Blue #1F02DC
Tints of Medium Blue #1F02DC
RGB
CMYK
RGB Variations
Color information
#1F02DC (or 0x1F02DC) is known color: Medium Blue. HEX triplet: 1F, 02 and DC. RGB value is (31,2,220). Sum of RGB (Red+Green+Blue) = 31+2+220=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 220 (86.33% from 255 or 86.96% from 253); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F02DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02DC is #E0FD23. Grayscale: #222222. Windows color (decimal): -14744868 or 14418463. OLE color: 14418463.
HSL color Cylindrical-coordinate representation of color #1F02DC: hue angle of 247.98º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02DC is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 2 | 220 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.14 |
| HSL | 247.98º | 0.98% | 0.44% | - |
| HSV(B) | 247.98º | 0.99% | 0.86% | - |
| XYZ | 13.51 | 5.5 | 68.06 | - |
| YUV | 35.52 | 232.11 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 220 | 0.86 | 0.99 | 0 | 0.14 | 247.98 | 0.98 | 0.44 |
| Hex | 1F | 2 | DC | 56 | 63 | 0 | E | F8 | 62 | 2C |
| Octal | 37 | 2 | 334 | 126 | 143 | 0 | 16 | 370 | 142 | 54 |
| Binary | 11111 | 10 | 11011100 | 1010110 | 1100011 | 0 | 1110 | 11111000 | 1100010 | 101100 |
Color Harmonies of #1F02DC
Complementary color
Monochromatic Colors of #1F02DC
Black with #1F02DC
Text Example
Text Example
White with #1F02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02DC; }
p { color: rgb(31,2,220); }
H1.HeaderClassName
{
color: #1F02DC;
}
.AnyTagClassName
{
color: #1F02DC;
}
</style>
background-color css
<style>
a { background-color: #1F02DC; }
a { background-color: rgb(31,2,220); }
div.DivClassName
{
background-color: #1F02DC;
}
.BgClassName
{
background-color: #1F02DC;
}
</style>
border-color css
<style>
span { border-color: #1F02DC; }
span { border-color: rgb(31,2,220); }
td.TdClassName
{
border-color: #1F02DC;
}
.TagClassName
{
border-color: #1F02DC;
}
</style>