Shades of Medium Blue #2402CF
Tints of Medium Blue #2402CF
RGB
CMYK
RGB Variations
Color information
#2402CF (or 0x2402CF) is known color: Medium Blue. HEX triplet: 24, 02 and CF. RGB value is (36,2,207). Sum of RGB (Red+Green+Blue) = 36+2+207=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #2402CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2402CF is #DBFD30. Grayscale: #222222. Windows color (decimal): -14417201 or 13566500. OLE color: 13566500.
HSL color Cylindrical-coordinate representation of color #2402CF: hue angle of 249.95º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2402CF is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 2 | 207 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.19 |
| HSL | 249.95º | 0.98% | 0.41% | - |
| HSV(B) | 249.95º | 0.99% | 0.81% | - |
| XYZ | 12.01 | 4.92 | 59.35 | - |
| YUV | 35.54 | 224.76 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 207 | 0.83 | 0.99 | 0 | 0.19 | 249.95 | 0.98 | 0.41 |
| Hex | 24 | 2 | CF | 53 | 63 | 0 | 13 | FA | 62 | 29 |
| Octal | 44 | 2 | 317 | 123 | 143 | 0 | 23 | 372 | 142 | 51 |
| Binary | 100100 | 10 | 11001111 | 1010011 | 1100011 | 0 | 10011 | 11111010 | 1100010 | 101001 |
Color Harmonies of #2402CF
Complementary color
Monochromatic Colors of #2402CF
Black with #2402CF
Text Example
Text Example
White with #2402CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2402CF; }
p { color: rgb(36,2,207); }
H1.HeaderClassName
{
color: #2402CF;
}
.AnyTagClassName
{
color: #2402CF;
}
</style>
background-color css
<style>
a { background-color: #2402CF; }
a { background-color: rgb(36,2,207); }
div.DivClassName
{
background-color: #2402CF;
}
.BgClassName
{
background-color: #2402CF;
}
</style>
border-color css
<style>
span { border-color: #2402CF; }
span { border-color: rgb(36,2,207); }
td.TdClassName
{
border-color: #2402CF;
}
.TagClassName
{
border-color: #2402CF;
}
</style>