Shades of Blue #2325ED
Tints of Blue #2325ED
RGB
CMYK
RGB Variations
Color information
#2325ED (or 0x2325ED) is known color: Blue. HEX triplet: 23, 25 and ED. RGB value is (35,37,237). Sum of RGB (Red+Green+Blue) = 35+37+237=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #2325ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2325ED is #DCDA12. Grayscale: #3A3A3A. Windows color (decimal): -14473747 or 15541539. OLE color: 15541539.
HSL color Cylindrical-coordinate representation of color #2325ED: hue angle of 239.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2325ED is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 37 | 237 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.07 |
| HSL | 239.41º | 0.85% | 0.53% | - |
| HSV(B) | 239.41º | 0.85% | 0.93% | - |
| XYZ | 16.64 | 7.79 | 80.75 | - |
| YUV | 59.2 | 228.34 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 237 | 0.85 | 0.84 | 0 | 0.07 | 239.41 | 0.85 | 0.53 |
| Hex | 23 | 25 | ED | 55 | 54 | 0 | 7 | EF | 55 | 35 |
| Octal | 43 | 45 | 355 | 125 | 124 | 0 | 7 | 357 | 125 | 65 |
| Binary | 100011 | 100101 | 11101101 | 1010101 | 1010100 | 0 | 111 | 11101111 | 1010101 | 110101 |
Color Harmonies of #2325ED
Complementary color
Monochromatic Colors of #2325ED
Black with #2325ED
Text Example
Text Example
White with #2325ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2325ED; }
p { color: rgb(35,37,237); }
H1.HeaderClassName
{
color: #2325ED;
}
.AnyTagClassName
{
color: #2325ED;
}
</style>
background-color css
<style>
a { background-color: #2325ED; }
a { background-color: rgb(35,37,237); }
div.DivClassName
{
background-color: #2325ED;
}
.BgClassName
{
background-color: #2325ED;
}
</style>
border-color css
<style>
span { border-color: #2325ED; }
span { border-color: rgb(35,37,237); }
td.TdClassName
{
border-color: #2325ED;
}
.TagClassName
{
border-color: #2325ED;
}
</style>