Shades of Medium Blue #2308DF
Tints of Medium Blue #2308DF
RGB
CMYK
RGB Variations
Color information
#2308DF (or 0x2308DF) is known color: Medium Blue. HEX triplet: 23, 08 and DF. RGB value is (35,8,223). Sum of RGB (Red+Green+Blue) = 35+8+223=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #2308DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2308DF is #DCF720. Grayscale: #272727. Windows color (decimal): -14481185 or 14616611. OLE color: 14616611.
HSL color Cylindrical-coordinate representation of color #2308DF: hue angle of 247.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2308DF is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 8 | 223 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.13 |
| HSL | 247.53º | 0.93% | 0.45% | - |
| HSV(B) | 247.53º | 0.96% | 0.87% | - |
| XYZ | 14.1 | 5.86 | 70.2 | - |
| YUV | 40.58 | 230.95 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 223 | 0.84 | 0.96 | 0 | 0.13 | 247.53 | 0.93 | 0.45 |
| Hex | 23 | 8 | DF | 54 | 60 | 0 | D | F8 | 5D | 2D |
| Octal | 43 | 10 | 337 | 124 | 140 | 0 | 15 | 370 | 135 | 55 |
| Binary | 100011 | 1000 | 11011111 | 1010100 | 1100000 | 0 | 1101 | 11111000 | 1011101 | 101101 |
Color Harmonies of #2308DF
Complementary color
Monochromatic Colors of #2308DF
Black with #2308DF
Text Example
Text Example
White with #2308DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2308DF; }
p { color: rgb(35,8,223); }
H1.HeaderClassName
{
color: #2308DF;
}
.AnyTagClassName
{
color: #2308DF;
}
</style>
background-color css
<style>
a { background-color: #2308DF; }
a { background-color: rgb(35,8,223); }
div.DivClassName
{
background-color: #2308DF;
}
.BgClassName
{
background-color: #2308DF;
}
</style>
border-color css
<style>
span { border-color: #2308DF; }
span { border-color: rgb(35,8,223); }
td.TdClassName
{
border-color: #2308DF;
}
.TagClassName
{
border-color: #2308DF;
}
</style>