Shades of Blue #2313F8
Tints of Blue #2313F8
RGB
CMYK
RGB Variations
Color information
#2313F8 (or 0x2313F8) is known color: Blue. HEX triplet: 23, 13 and F8. RGB value is (35,19,248). Sum of RGB (Red+Green+Blue) = 35+19+248=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 248 (97.27% from 255 or 82.12% from 302); Max value from RGB is 248 - color contains mainly: blue. Hex color #2313F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2313F8 is #DCEC07. Grayscale: #303030. Windows color (decimal): -14478344 or 16257827. OLE color: 16257827.
HSL color Cylindrical-coordinate representation of color #2313F8: hue angle of 244.19º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2313F8 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 19 | 248 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.03 |
| HSL | 244.19º | 0.94% | 0.52% | - |
| HSV(B) | 244.19º | 0.92% | 0.97% | - |
| XYZ | 17.87 | 7.6 | 89.33 | - |
| YUV | 49.89 | 239.8 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 248 | 0.86 | 0.92 | 0 | 0.03 | 244.19 | 0.94 | 0.52 |
| Hex | 23 | 13 | F8 | 56 | 5C | 0 | 3 | F4 | 5E | 34 |
| Octal | 43 | 23 | 370 | 126 | 134 | 0 | 3 | 364 | 136 | 64 |
| Binary | 100011 | 10011 | 11111000 | 1010110 | 1011100 | 0 | 11 | 11110100 | 1011110 | 110100 |
Color Harmonies of #2313F8
Complementary color
Monochromatic Colors of #2313F8
Black with #2313F8
Text Example
Text Example
White with #2313F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2313F8; }
p { color: rgb(35,19,248); }
H1.HeaderClassName
{
color: #2313F8;
}
.AnyTagClassName
{
color: #2313F8;
}
</style>
background-color css
<style>
a { background-color: #2313F8; }
a { background-color: rgb(35,19,248); }
div.DivClassName
{
background-color: #2313F8;
}
.BgClassName
{
background-color: #2313F8;
}
</style>
border-color css
<style>
span { border-color: #2313F8; }
span { border-color: rgb(35,19,248); }
td.TdClassName
{
border-color: #2313F8;
}
.TagClassName
{
border-color: #2313F8;
}
</style>