Shades of Medium Blue #2F02CA
Tints of Medium Blue #2F02CA
RGB
CMYK
RGB Variations
Color information
#2F02CA (or 0x2F02CA) is known color: Medium Blue. HEX triplet: 2F, 02 and CA. RGB value is (47,2,202). Sum of RGB (Red+Green+Blue) = 47+2+202=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F02CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F02CA is #D0FD35. Grayscale: #252525. Windows color (decimal): -13696310 or 13238831. OLE color: 13238831.
HSL color Cylindrical-coordinate representation of color #2F02CA: hue angle of 253.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F02CA is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 2 | 202 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.21 |
| HSL | 253.5º | 0.98% | 0.4% | - |
| HSV(B) | 253.5º | 0.99% | 0.79% | - |
| XYZ | 11.85 | 4.91 | 56.2 | - |
| YUV | 38.26 | 220.41 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 202 | 0.77 | 0.99 | 0 | 0.21 | 253.5 | 0.98 | 0.4 |
| Hex | 2F | 2 | CA | 4D | 63 | 0 | 15 | FE | 62 | 28 |
| Octal | 57 | 2 | 312 | 115 | 143 | 0 | 25 | 376 | 142 | 50 |
| Binary | 101111 | 10 | 11001010 | 1001101 | 1100011 | 0 | 10101 | 11111110 | 1100010 | 101000 |
Color Harmonies of #2F02CA
Complementary color
Monochromatic Colors of #2F02CA
Black with #2F02CA
Text Example
Text Example
White with #2F02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F02CA; }
p { color: rgb(47,2,202); }
H1.HeaderClassName
{
color: #2F02CA;
}
.AnyTagClassName
{
color: #2F02CA;
}
</style>
background-color css
<style>
a { background-color: #2F02CA; }
a { background-color: rgb(47,2,202); }
div.DivClassName
{
background-color: #2F02CA;
}
.BgClassName
{
background-color: #2F02CA;
}
</style>
border-color css
<style>
span { border-color: #2F02CA; }
span { border-color: rgb(47,2,202); }
td.TdClassName
{
border-color: #2F02CA;
}
.TagClassName
{
border-color: #2F02CA;
}
</style>