Shades of Medium Blue #2307D9
Tints of Medium Blue #2307D9
RGB
CMYK
RGB Variations
Color information
#2307D9 (or 0x2307D9) is known color: Medium Blue. HEX triplet: 23, 07 and D9. RGB value is (35,7,217). Sum of RGB (Red+Green+Blue) = 35+7+217=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 217 (85.16% from 255 or 83.78% from 259); Max value from RGB is 217 - color contains mainly: blue. Hex color #2307D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2307D9 is #DCF826. Grayscale: #262626. Windows color (decimal): -14481447 or 14223139. OLE color: 14223139.
HSL color Cylindrical-coordinate representation of color #2307D9: hue angle of 248º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2307D9 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 7 | 217 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.15 |
| HSL | 248º | 0.94% | 0.44% | - |
| HSV(B) | 248º | 0.97% | 0.85% | - |
| XYZ | 13.29 | 5.52 | 66.01 | - |
| YUV | 39.31 | 228.28 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 217 | 0.84 | 0.97 | 0 | 0.15 | 248 | 0.94 | 0.44 |
| Hex | 23 | 7 | D9 | 54 | 61 | 0 | F | F8 | 5E | 2C |
| Octal | 43 | 7 | 331 | 124 | 141 | 0 | 17 | 370 | 136 | 54 |
| Binary | 100011 | 111 | 11011001 | 1010100 | 1100001 | 0 | 1111 | 11111000 | 1011110 | 101100 |
Color Harmonies of #2307D9
Complementary color
Monochromatic Colors of #2307D9
Black with #2307D9
Text Example
Text Example
White with #2307D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2307D9; }
p { color: rgb(35,7,217); }
H1.HeaderClassName
{
color: #2307D9;
}
.AnyTagClassName
{
color: #2307D9;
}
</style>
background-color css
<style>
a { background-color: #2307D9; }
a { background-color: rgb(35,7,217); }
div.DivClassName
{
background-color: #2307D9;
}
.BgClassName
{
background-color: #2307D9;
}
</style>
border-color css
<style>
span { border-color: #2307D9; }
span { border-color: rgb(35,7,217); }
td.TdClassName
{
border-color: #2307D9;
}
.TagClassName
{
border-color: #2307D9;
}
</style>