Shades of Medium Blue #2305DA
Tints of Medium Blue #2305DA
RGB
CMYK
RGB Variations
Color information
#2305DA (or 0x2305DA) is known color: Medium Blue. HEX triplet: 23, 05 and DA. RGB value is (35,5,218). Sum of RGB (Red+Green+Blue) = 35+5+218=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 218 (85.55% from 255 or 84.50% from 258); Max value from RGB is 218 - color contains mainly: blue. Hex color #2305DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2305DA is #DCFA25. Grayscale: #252525. Windows color (decimal): -14481958 or 14288163. OLE color: 14288163.
HSL color Cylindrical-coordinate representation of color #2305DA: hue angle of 248.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2305DA is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 5 | 218 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.15 |
| HSL | 248.45º | 0.96% | 0.44% | - |
| HSV(B) | 248.45º | 0.98% | 0.85% | - |
| XYZ | 13.4 | 5.53 | 66.69 | - |
| YUV | 38.25 | 229.44 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 218 | 0.84 | 0.98 | 0 | 0.15 | 248.45 | 0.96 | 0.44 |
| Hex | 23 | 5 | DA | 54 | 62 | 0 | F | F8 | 60 | 2C |
| Octal | 43 | 5 | 332 | 124 | 142 | 0 | 17 | 370 | 140 | 54 |
| Binary | 100011 | 101 | 11011010 | 1010100 | 1100010 | 0 | 1111 | 11111000 | 1100000 | 101100 |
Color Harmonies of #2305DA
Complementary color
Monochromatic Colors of #2305DA
Black with #2305DA
Text Example
Text Example
White with #2305DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2305DA; }
p { color: rgb(35,5,218); }
H1.HeaderClassName
{
color: #2305DA;
}
.AnyTagClassName
{
color: #2305DA;
}
</style>
background-color css
<style>
a { background-color: #2305DA; }
a { background-color: rgb(35,5,218); }
div.DivClassName
{
background-color: #2305DA;
}
.BgClassName
{
background-color: #2305DA;
}
</style>
border-color css
<style>
span { border-color: #2305DA; }
span { border-color: rgb(35,5,218); }
td.TdClassName
{
border-color: #2305DA;
}
.TagClassName
{
border-color: #2305DA;
}
</style>