Shades of Blue #2308E8
Tints of Blue #2308E8
RGB
CMYK
RGB Variations
Color information
#2308E8 (or 0x2308E8) is known color: Blue. HEX triplet: 23, 08 and E8. RGB value is (35,8,232). Sum of RGB (Red+Green+Blue) = 35+8+232=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 232 (91.02% from 255 or 84.36% from 275); Max value from RGB is 232 - color contains mainly: blue. Hex color #2308E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2308E8 is #DCF717. Grayscale: #282828. Windows color (decimal): -14481176 or 15206435. OLE color: 15206435.
HSL color Cylindrical-coordinate representation of color #2308E8: hue angle of 247.23º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2308E8 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 8 | 232 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.09 |
| HSL | 247.23º | 0.93% | 0.47% | - |
| HSV(B) | 247.23º | 0.97% | 0.91% | - |
| XYZ | 15.35 | 6.36 | 76.76 | - |
| YUV | 41.61 | 235.45 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 232 | 0.85 | 0.97 | 0 | 0.09 | 247.23 | 0.93 | 0.47 |
| Hex | 23 | 8 | E8 | 55 | 61 | 0 | 9 | F7 | 5D | 2F |
| Octal | 43 | 10 | 350 | 125 | 141 | 0 | 11 | 367 | 135 | 57 |
| Binary | 100011 | 1000 | 11101000 | 1010101 | 1100001 | 0 | 1001 | 11110111 | 1011101 | 101111 |
Color Harmonies of #2308E8
Complementary color
Monochromatic Colors of #2308E8
Black with #2308E8
Text Example
Text Example
White with #2308E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2308E8; }
p { color: rgb(35,8,232); }
H1.HeaderClassName
{
color: #2308E8;
}
.AnyTagClassName
{
color: #2308E8;
}
</style>
background-color css
<style>
a { background-color: #2308E8; }
a { background-color: rgb(35,8,232); }
div.DivClassName
{
background-color: #2308E8;
}
.BgClassName
{
background-color: #2308E8;
}
</style>
border-color css
<style>
span { border-color: #2308E8; }
span { border-color: rgb(35,8,232); }
td.TdClassName
{
border-color: #2308E8;
}
.TagClassName
{
border-color: #2308E8;
}
</style>