Shades of Blue #2328FE
Tints of Blue #2328FE
RGB
CMYK
RGB Variations
Color information
#2328FE (or 0x2328FE) is known color: Blue. HEX triplet: 23, 28 and FE. RGB value is (35,40,254). Sum of RGB (Red+Green+Blue) = 35+40+254=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #2328FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2328FE is #DCD701. Grayscale: #3E3E3E. Windows color (decimal): -14472962 or 16656419. OLE color: 16656419.
HSL color Cylindrical-coordinate representation of color #2328FE: hue angle of 238.63º 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 #2328FE is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 40 | 254 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.00 |
| HSL | 238.63º | 0.99% | 0.57% | - |
| HSV(B) | 238.63º | 0.86% | 1% | - |
| XYZ | 19.34 | 9.03 | 94.49 | - |
| YUV | 62.9 | 235.84 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 254 | 0.86 | 0.84 | 0 | 0.00 | 238.63 | 0.99 | 0.57 |
| Hex | 23 | 28 | FE | 56 | 54 | 0 | 0 | EF | 63 | 39 |
| Octal | 43 | 50 | 376 | 126 | 124 | 0 | 0 | 357 | 143 | 71 |
| Binary | 100011 | 101000 | 11111110 | 1010110 | 1010100 | 0 | 0 | 11101111 | 1100011 | 111001 |
Color Harmonies of #2328FE
Complementary color
Monochromatic Colors of #2328FE
Black with #2328FE
Text Example
Text Example
White with #2328FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328FE; }
p { color: rgb(35,40,254); }
H1.HeaderClassName
{
color: #2328FE;
}
.AnyTagClassName
{
color: #2328FE;
}
</style>
background-color css
<style>
a { background-color: #2328FE; }
a { background-color: rgb(35,40,254); }
div.DivClassName
{
background-color: #2328FE;
}
.BgClassName
{
background-color: #2328FE;
}
</style>
border-color css
<style>
span { border-color: #2328FE; }
span { border-color: rgb(35,40,254); }
td.TdClassName
{
border-color: #2328FE;
}
.TagClassName
{
border-color: #2328FE;
}
</style>