Shades of Medium Blue #2F03D4
Tints of Medium Blue #2F03D4
RGB
CMYK
RGB Variations
Color information
#2F03D4 (or 0x2F03D4) is known color: Medium Blue. HEX triplet: 2F, 03 and D4. RGB value is (47,3,212). Sum of RGB (Red+Green+Blue) = 47+3+212=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 212 (83.20% from 255 or 80.92% from 262); Max value from RGB is 212 - color contains mainly: blue. Hex color #2F03D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F03D4 is #D0FC2B. Grayscale: #272727. Windows color (decimal): -13696044 or 13894447. OLE color: 13894447.
HSL color Cylindrical-coordinate representation of color #2F03D4: hue angle of 252.63º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F03D4 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 3 | 212 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.17 |
| HSL | 252.63º | 0.97% | 0.42% | - |
| HSV(B) | 252.63º | 0.99% | 0.83% | - |
| XYZ | 13.09 | 5.42 | 62.64 | - |
| YUV | 39.98 | 225.08 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 212 | 0.78 | 0.99 | 0 | 0.17 | 252.63 | 0.97 | 0.42 |
| Hex | 2F | 3 | D4 | 4E | 63 | 0 | 11 | FD | 61 | 2A |
| Octal | 57 | 3 | 324 | 116 | 143 | 0 | 21 | 375 | 141 | 52 |
| Binary | 101111 | 11 | 11010100 | 1001110 | 1100011 | 0 | 10001 | 11111101 | 1100001 | 101010 |
Color Harmonies of #2F03D4
Complementary color
Monochromatic Colors of #2F03D4
Black with #2F03D4
Text Example
Text Example
White with #2F03D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F03D4; }
p { color: rgb(47,3,212); }
H1.HeaderClassName
{
color: #2F03D4;
}
.AnyTagClassName
{
color: #2F03D4;
}
</style>
background-color css
<style>
a { background-color: #2F03D4; }
a { background-color: rgb(47,3,212); }
div.DivClassName
{
background-color: #2F03D4;
}
.BgClassName
{
background-color: #2F03D4;
}
</style>
border-color css
<style>
span { border-color: #2F03D4; }
span { border-color: rgb(47,3,212); }
td.TdClassName
{
border-color: #2F03D4;
}
.TagClassName
{
border-color: #2F03D4;
}
</style>