Shades of Blue #2303EE
Tints of Blue #2303EE
RGB
CMYK
RGB Variations
Color information
#2303EE (or 0x2303EE) is known color: Blue. HEX triplet: 23, 03 and EE. RGB value is (35,3,238). Sum of RGB (Red+Green+Blue) = 35+3+238=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 238 (93.36% from 255 or 86.23% from 276); Max value from RGB is 238 - color contains mainly: blue. Hex color #2303EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2303EE is #DCFC11. Grayscale: #262626. Windows color (decimal): -14482450 or 15598371. OLE color: 15598371.
HSL color Cylindrical-coordinate representation of color #2303EE: hue angle of 248.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2303EE is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 3 | 238 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.07 |
| HSL | 248.17º | 0.98% | 0.47% | - |
| HSV(B) | 248.17º | 0.99% | 0.93% | - |
| XYZ | 16.16 | 6.6 | 81.31 | - |
| YUV | 39.36 | 240.1 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 238 | 0.85 | 0.99 | 0 | 0.07 | 248.17 | 0.98 | 0.47 |
| Hex | 23 | 3 | EE | 55 | 63 | 0 | 7 | F8 | 62 | 2F |
| Octal | 43 | 3 | 356 | 125 | 143 | 0 | 7 | 370 | 142 | 57 |
| Binary | 100011 | 11 | 11101110 | 1010101 | 1100011 | 0 | 111 | 11111000 | 1100010 | 101111 |
Color Harmonies of #2303EE
Complementary color
Monochromatic Colors of #2303EE
Black with #2303EE
Text Example
Text Example
White with #2303EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303EE; }
p { color: rgb(35,3,238); }
H1.HeaderClassName
{
color: #2303EE;
}
.AnyTagClassName
{
color: #2303EE;
}
</style>
background-color css
<style>
a { background-color: #2303EE; }
a { background-color: rgb(35,3,238); }
div.DivClassName
{
background-color: #2303EE;
}
.BgClassName
{
background-color: #2303EE;
}
</style>
border-color css
<style>
span { border-color: #2303EE; }
span { border-color: rgb(35,3,238); }
td.TdClassName
{
border-color: #2303EE;
}
.TagClassName
{
border-color: #2303EE;
}
</style>