Shades of Blue #2505EA
Tints of Blue #2505EA
RGB
CMYK
RGB Variations
Color information
#2505EA (or 0x2505EA) is known color: Blue. HEX triplet: 25, 05 and EA. RGB value is (37,5,234). Sum of RGB (Red+Green+Blue) = 37+5+234=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 234 (91.80% from 255 or 84.78% from 276); Max value from RGB is 234 - color contains mainly: blue. Hex color #2505EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2505EA is #DAFA15. Grayscale: #272727. Windows color (decimal): -14350870 or 15336741. OLE color: 15336741.
HSL color Cylindrical-coordinate representation of color #2505EA: hue angle of 248.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2505EA is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 5 | 234 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.08 |
| HSL | 248.38º | 0.96% | 0.47% | - |
| HSV(B) | 248.38º | 0.98% | 0.92% | - |
| XYZ | 15.67 | 6.44 | 78.26 | - |
| YUV | 40.67 | 237.1 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 234 | 0.84 | 0.98 | 0 | 0.08 | 248.38 | 0.96 | 0.47 |
| Hex | 25 | 5 | EA | 54 | 62 | 0 | 8 | F8 | 60 | 2F |
| Octal | 45 | 5 | 352 | 124 | 142 | 0 | 10 | 370 | 140 | 57 |
| Binary | 100101 | 101 | 11101010 | 1010100 | 1100010 | 0 | 1000 | 11111000 | 1100000 | 101111 |
Color Harmonies of #2505EA
Complementary color
Monochromatic Colors of #2505EA
Black with #2505EA
Text Example
Text Example
White with #2505EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2505EA; }
p { color: rgb(37,5,234); }
H1.HeaderClassName
{
color: #2505EA;
}
.AnyTagClassName
{
color: #2505EA;
}
</style>
background-color css
<style>
a { background-color: #2505EA; }
a { background-color: rgb(37,5,234); }
div.DivClassName
{
background-color: #2505EA;
}
.BgClassName
{
background-color: #2505EA;
}
</style>
border-color css
<style>
span { border-color: #2505EA; }
span { border-color: rgb(37,5,234); }
td.TdClassName
{
border-color: #2505EA;
}
.TagClassName
{
border-color: #2505EA;
}
</style>