Shades of Medium Blue #2402BF
Tints of Medium Blue #2402BF
RGB
CMYK
RGB Variations
Color information
#2402BF (or 0x2402BF) is known color: Medium Blue. HEX triplet: 24, 02 and BF. RGB value is (36,2,191). Sum of RGB (Red+Green+Blue) = 36+2+191=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 191 (75% from 255 or 83.41% from 229); Max value from RGB is 191 - color contains mainly: blue. Hex color #2402BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2402BF is #DBFD40. Grayscale: #202020. Windows color (decimal): -14417217 or 12517924. OLE color: 12517924.
HSL color Cylindrical-coordinate representation of color #2402BF: hue angle of 250.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2402BF is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 2 | 191 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.25 |
| HSL | 250.79º | 0.98% | 0.38% | - |
| HSV(B) | 250.79º | 0.99% | 0.75% | - |
| XYZ | 10.15 | 4.18 | 49.56 | - |
| YUV | 33.71 | 216.76 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 191 | 0.81 | 0.99 | 0 | 0.25 | 250.79 | 0.98 | 0.38 |
| Hex | 24 | 2 | BF | 51 | 63 | 0 | 19 | FB | 62 | 26 |
| Octal | 44 | 2 | 277 | 121 | 143 | 0 | 31 | 373 | 142 | 46 |
| Binary | 100100 | 10 | 10111111 | 1010001 | 1100011 | 0 | 11001 | 11111011 | 1100010 | 100110 |
Color Harmonies of #2402BF
Complementary color
Monochromatic Colors of #2402BF
Black with #2402BF
Text Example
Text Example
White with #2402BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2402BF; }
p { color: rgb(36,2,191); }
H1.HeaderClassName
{
color: #2402BF;
}
.AnyTagClassName
{
color: #2402BF;
}
</style>
background-color css
<style>
a { background-color: #2402BF; }
a { background-color: rgb(36,2,191); }
div.DivClassName
{
background-color: #2402BF;
}
.BgClassName
{
background-color: #2402BF;
}
</style>
border-color css
<style>
span { border-color: #2402BF; }
span { border-color: rgb(36,2,191); }
td.TdClassName
{
border-color: #2402BF;
}
.TagClassName
{
border-color: #2402BF;
}
</style>