Shades of Blue #2303ED
Tints of Blue #2303ED
RGB
CMYK
RGB Variations
Color information
#2303ED (or 0x2303ED) is known color: Blue. HEX triplet: 23, 03 and ED. RGB value is (35,3,237). Sum of RGB (Red+Green+Blue) = 35+3+237=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 237 (92.97% from 255 or 86.18% from 275); Max value from RGB is 237 - color contains mainly: blue. Hex color #2303ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2303ED is #DCFC12. Grayscale: #262626. Windows color (decimal): -14482451 or 15532835. OLE color: 15532835.
HSL color Cylindrical-coordinate representation of color #2303ED: hue angle of 248.21º 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 #2303ED is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 3 | 237 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.07 |
| HSL | 248.21º | 0.98% | 0.47% | - |
| HSV(B) | 248.21º | 0.99% | 0.93% | - |
| XYZ | 16.01 | 6.54 | 80.54 | - |
| YUV | 39.24 | 239.6 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 237 | 0.85 | 0.99 | 0 | 0.07 | 248.21 | 0.98 | 0.47 |
| Hex | 23 | 3 | ED | 55 | 63 | 0 | 7 | F8 | 62 | 2F |
| Octal | 43 | 3 | 355 | 125 | 143 | 0 | 7 | 370 | 142 | 57 |
| Binary | 100011 | 11 | 11101101 | 1010101 | 1100011 | 0 | 111 | 11111000 | 1100010 | 101111 |
Color Harmonies of #2303ED
Complementary color
Monochromatic Colors of #2303ED
Black with #2303ED
Text Example
Text Example
White with #2303ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303ED; }
p { color: rgb(35,3,237); }
H1.HeaderClassName
{
color: #2303ED;
}
.AnyTagClassName
{
color: #2303ED;
}
</style>
background-color css
<style>
a { background-color: #2303ED; }
a { background-color: rgb(35,3,237); }
div.DivClassName
{
background-color: #2303ED;
}
.BgClassName
{
background-color: #2303ED;
}
</style>
border-color css
<style>
span { border-color: #2303ED; }
span { border-color: rgb(35,3,237); }
td.TdClassName
{
border-color: #2303ED;
}
.TagClassName
{
border-color: #2303ED;
}
</style>