Shades of Medium Blue #2304DE
Tints of Medium Blue #2304DE
RGB
CMYK
RGB Variations
Color information
#2304DE (or 0x2304DE) is known color: Medium Blue. HEX triplet: 23, 04 and DE. RGB value is (35,4,222). Sum of RGB (Red+Green+Blue) = 35+4+222=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #2304DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2304DE is #DCFB21. Grayscale: #252525. Windows color (decimal): -14482210 or 14550051. OLE color: 14550051.
HSL color Cylindrical-coordinate representation of color #2304DE: hue angle of 248.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2304DE is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 4 | 222 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.13 |
| HSL | 248.53º | 0.96% | 0.44% | - |
| HSV(B) | 248.53º | 0.98% | 0.87% | - |
| XYZ | 13.92 | 5.72 | 69.48 | - |
| YUV | 38.12 | 231.77 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 222 | 0.84 | 0.98 | 0 | 0.13 | 248.53 | 0.96 | 0.44 |
| Hex | 23 | 4 | DE | 54 | 62 | 0 | D | F9 | 60 | 2C |
| Octal | 43 | 4 | 336 | 124 | 142 | 0 | 15 | 371 | 140 | 54 |
| Binary | 100011 | 100 | 11011110 | 1010100 | 1100010 | 0 | 1101 | 11111001 | 1100000 | 101100 |
Color Harmonies of #2304DE
Complementary color
Monochromatic Colors of #2304DE
Black with #2304DE
Text Example
Text Example
White with #2304DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2304DE; }
p { color: rgb(35,4,222); }
H1.HeaderClassName
{
color: #2304DE;
}
.AnyTagClassName
{
color: #2304DE;
}
</style>
background-color css
<style>
a { background-color: #2304DE; }
a { background-color: rgb(35,4,222); }
div.DivClassName
{
background-color: #2304DE;
}
.BgClassName
{
background-color: #2304DE;
}
</style>
border-color css
<style>
span { border-color: #2304DE; }
span { border-color: rgb(35,4,222); }
td.TdClassName
{
border-color: #2304DE;
}
.TagClassName
{
border-color: #2304DE;
}
</style>