Shades of Medium Blue #2305DF
Tints of Medium Blue #2305DF
RGB
CMYK
RGB Variations
Color information
#2305DF (or 0x2305DF) is known color: Medium Blue. HEX triplet: 23, 05 and DF. RGB value is (35,5,223). Sum of RGB (Red+Green+Blue) = 35+5+223=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 223 (87.5% from 255 or 84.79% from 263); Max value from RGB is 223 - color contains mainly: blue. Hex color #2305DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2305DF is #DCFA20. Grayscale: #252525. Windows color (decimal): -14481953 or 14615843. OLE color: 14615843.
HSL color Cylindrical-coordinate representation of color #2305DF: hue angle of 248.26º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2305DF is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 5 | 223 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.13 |
| HSL | 248.26º | 0.96% | 0.45% | - |
| HSV(B) | 248.26º | 0.98% | 0.87% | - |
| XYZ | 14.07 | 5.79 | 70.19 | - |
| YUV | 38.82 | 231.94 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 223 | 0.84 | 0.98 | 0 | 0.13 | 248.26 | 0.96 | 0.45 |
| Hex | 23 | 5 | DF | 54 | 62 | 0 | D | F8 | 60 | 2D |
| Octal | 43 | 5 | 337 | 124 | 142 | 0 | 15 | 370 | 140 | 55 |
| Binary | 100011 | 101 | 11011111 | 1010100 | 1100010 | 0 | 1101 | 11111000 | 1100000 | 101101 |
Color Harmonies of #2305DF
Complementary color
Monochromatic Colors of #2305DF
Black with #2305DF
Text Example
Text Example
White with #2305DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2305DF; }
p { color: rgb(35,5,223); }
H1.HeaderClassName
{
color: #2305DF;
}
.AnyTagClassName
{
color: #2305DF;
}
</style>
background-color css
<style>
a { background-color: #2305DF; }
a { background-color: rgb(35,5,223); }
div.DivClassName
{
background-color: #2305DF;
}
.BgClassName
{
background-color: #2305DF;
}
</style>
border-color css
<style>
span { border-color: #2305DF; }
span { border-color: rgb(35,5,223); }
td.TdClassName
{
border-color: #2305DF;
}
.TagClassName
{
border-color: #2305DF;
}
</style>