Shades of Blue #2325FE
Tints of Blue #2325FE
RGB
CMYK
RGB Variations
Color information
#2325FE (or 0x2325FE) is known color: Blue. HEX triplet: 23, 25 and FE. RGB value is (35,37,254). Sum of RGB (Red+Green+Blue) = 35+37+254=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #2325FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2325FE is #DCDA01. Grayscale: #3C3C3C. Windows color (decimal): -14473730 or 16655651. OLE color: 16655651.
HSL color Cylindrical-coordinate representation of color #2325FE: hue angle of 239.45º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2325FE is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 37 | 254 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.00 |
| HSL | 239.45º | 0.99% | 0.57% | - |
| HSV(B) | 239.45º | 0.86% | 1% | - |
| XYZ | 19.24 | 8.84 | 94.46 | - |
| YUV | 61.14 | 236.84 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 254 | 0.86 | 0.85 | 0 | 0.00 | 239.45 | 0.99 | 0.57 |
| Hex | 23 | 25 | FE | 56 | 55 | 0 | 0 | EF | 63 | 39 |
| Octal | 43 | 45 | 376 | 126 | 125 | 0 | 0 | 357 | 143 | 71 |
| Binary | 100011 | 100101 | 11111110 | 1010110 | 1010101 | 0 | 0 | 11101111 | 1100011 | 111001 |
Color Harmonies of #2325FE
Complementary color
Monochromatic Colors of #2325FE
Black with #2325FE
Text Example
Text Example
White with #2325FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2325FE; }
p { color: rgb(35,37,254); }
H1.HeaderClassName
{
color: #2325FE;
}
.AnyTagClassName
{
color: #2325FE;
}
</style>
background-color css
<style>
a { background-color: #2325FE; }
a { background-color: rgb(35,37,254); }
div.DivClassName
{
background-color: #2325FE;
}
.BgClassName
{
background-color: #2325FE;
}
</style>
border-color css
<style>
span { border-color: #2325FE; }
span { border-color: rgb(35,37,254); }
td.TdClassName
{
border-color: #2325FE;
}
.TagClassName
{
border-color: #2325FE;
}
</style>