Shades of Medium Blue #2308D9
Tints of Medium Blue #2308D9
RGB
CMYK
RGB Variations
Color information
#2308D9 (or 0x2308D9) is known color: Medium Blue. HEX triplet: 23, 08 and D9. RGB value is (35,8,217). Sum of RGB (Red+Green+Blue) = 35+8+217=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 217 (85.16% from 255 or 83.46% from 260); Max value from RGB is 217 - color contains mainly: blue. Hex color #2308D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2308D9 is #DCF726. Grayscale: #272727. Windows color (decimal): -14481191 or 14223395. OLE color: 14223395.
HSL color Cylindrical-coordinate representation of color #2308D9: hue angle of 247.75º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2308D9 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 8 | 217 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.15 |
| HSL | 247.75º | 0.93% | 0.44% | - |
| HSV(B) | 247.75º | 0.96% | 0.85% | - |
| XYZ | 13.3 | 5.54 | 66.01 | - |
| YUV | 39.9 | 227.95 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 217 | 0.84 | 0.96 | 0 | 0.15 | 247.75 | 0.93 | 0.44 |
| Hex | 23 | 8 | D9 | 54 | 60 | 0 | F | F8 | 5D | 2C |
| Octal | 43 | 10 | 331 | 124 | 140 | 0 | 17 | 370 | 135 | 54 |
| Binary | 100011 | 1000 | 11011001 | 1010100 | 1100000 | 0 | 1111 | 11111000 | 1011101 | 101100 |
Color Harmonies of #2308D9
Complementary color
Monochromatic Colors of #2308D9
Black with #2308D9
Text Example
Text Example
White with #2308D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2308D9; }
p { color: rgb(35,8,217); }
H1.HeaderClassName
{
color: #2308D9;
}
.AnyTagClassName
{
color: #2308D9;
}
</style>
background-color css
<style>
a { background-color: #2308D9; }
a { background-color: rgb(35,8,217); }
div.DivClassName
{
background-color: #2308D9;
}
.BgClassName
{
background-color: #2308D9;
}
</style>
border-color css
<style>
span { border-color: #2308D9; }
span { border-color: rgb(35,8,217); }
td.TdClassName
{
border-color: #2308D9;
}
.TagClassName
{
border-color: #2308D9;
}
</style>