Shades of Blue #2303EF
Tints of Blue #2303EF
RGB
CMYK
RGB Variations
Color information
#2303EF (or 0x2303EF) is known color: Blue. HEX triplet: 23, 03 and EF. RGB value is (35,3,239). Sum of RGB (Red+Green+Blue) = 35+3+239=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 239 (93.75% from 255 or 86.28% from 277); Max value from RGB is 239 - color contains mainly: blue. Hex color #2303EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2303EF is #DCFC10. Grayscale: #262626. Windows color (decimal): -14482449 or 15663907. OLE color: 15663907.
HSL color Cylindrical-coordinate representation of color #2303EF: hue angle of 248.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2303EF is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 3 | 239 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.06 |
| HSL | 248.14º | 0.98% | 0.47% | - |
| HSV(B) | 248.14º | 0.99% | 0.94% | - |
| XYZ | 16.31 | 6.65 | 82.09 | - |
| YUV | 39.47 | 240.6 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 239 | 0.85 | 0.99 | 0 | 0.06 | 248.14 | 0.98 | 0.47 |
| Hex | 23 | 3 | EF | 55 | 63 | 0 | 6 | F8 | 62 | 2F |
| Octal | 43 | 3 | 357 | 125 | 143 | 0 | 6 | 370 | 142 | 57 |
| Binary | 100011 | 11 | 11101111 | 1010101 | 1100011 | 0 | 110 | 11111000 | 1100010 | 101111 |
Color Harmonies of #2303EF
Complementary color
Monochromatic Colors of #2303EF
Black with #2303EF
Text Example
Text Example
White with #2303EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303EF; }
p { color: rgb(35,3,239); }
H1.HeaderClassName
{
color: #2303EF;
}
.AnyTagClassName
{
color: #2303EF;
}
</style>
background-color css
<style>
a { background-color: #2303EF; }
a { background-color: rgb(35,3,239); }
div.DivClassName
{
background-color: #2303EF;
}
.BgClassName
{
background-color: #2303EF;
}
</style>
border-color css
<style>
span { border-color: #2303EF; }
span { border-color: rgb(35,3,239); }
td.TdClassName
{
border-color: #2303EF;
}
.TagClassName
{
border-color: #2303EF;
}
</style>