Shades of Blue #2425F3
Tints of Blue #2425F3
RGB
CMYK
RGB Variations
Color information
#2425F3 (or 0x2425F3) is known color: Blue. HEX triplet: 24, 25 and F3. RGB value is (36,37,243). Sum of RGB (Red+Green+Blue) = 36+37+243=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 243 (95.31% from 255 or 76.90% from 316); Max value from RGB is 243 - color contains mainly: blue. Hex color #2425F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2425F3 is #DBDA0C. Grayscale: #3B3B3B. Windows color (decimal): -14408205 or 15934756. OLE color: 15934756.
HSL color Cylindrical-coordinate representation of color #2425F3: hue angle of 239.71º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2425F3 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 37 | 243 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.05 |
| HSL | 239.71º | 0.9% | 0.55% | - |
| HSV(B) | 239.71º | 0.85% | 0.95% | - |
| XYZ | 17.57 | 8.17 | 85.44 | - |
| YUV | 60.19 | 231.17 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 243 | 0.85 | 0.85 | 0 | 0.05 | 239.71 | 0.9 | 0.55 |
| Hex | 24 | 25 | F3 | 55 | 55 | 0 | 5 | F0 | 5A | 37 |
| Octal | 44 | 45 | 363 | 125 | 125 | 0 | 5 | 360 | 132 | 67 |
| Binary | 100100 | 100101 | 11110011 | 1010101 | 1010101 | 0 | 101 | 11110000 | 1011010 | 110111 |
Color Harmonies of #2425F3
Complementary color
Monochromatic Colors of #2425F3
Black with #2425F3
Text Example
Text Example
White with #2425F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425F3; }
p { color: rgb(36,37,243); }
H1.HeaderClassName
{
color: #2425F3;
}
.AnyTagClassName
{
color: #2425F3;
}
</style>
background-color css
<style>
a { background-color: #2425F3; }
a { background-color: rgb(36,37,243); }
div.DivClassName
{
background-color: #2425F3;
}
.BgClassName
{
background-color: #2425F3;
}
</style>
border-color css
<style>
span { border-color: #2425F3; }
span { border-color: rgb(36,37,243); }
td.TdClassName
{
border-color: #2425F3;
}
.TagClassName
{
border-color: #2425F3;
}
</style>