Shades of Blue #2303E6
Tints of Blue #2303E6
RGB
CMYK
RGB Variations
Color information
#2303E6 (or 0x2303E6) is known color: Blue. HEX triplet: 23, 03 and E6. RGB value is (35,3,230). Sum of RGB (Red+Green+Blue) = 35+3+230=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 230 (90.23% from 255 or 85.82% from 268); Max value from RGB is 230 - color contains mainly: blue. Hex color #2303E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2303E6 is #DCFC19. Grayscale: #252525. Windows color (decimal): -14482458 or 15074083. OLE color: 15074083.
HSL color Cylindrical-coordinate representation of color #2303E6: hue angle of 248.46º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2303E6 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 3 | 230 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.10 |
| HSL | 248.46º | 0.97% | 0.46% | - |
| HSV(B) | 248.46º | 0.99% | 0.9% | - |
| XYZ | 15.01 | 6.14 | 75.26 | - |
| YUV | 38.45 | 236.1 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 230 | 0.85 | 0.99 | 0 | 0.10 | 248.46 | 0.97 | 0.46 |
| Hex | 23 | 3 | E6 | 55 | 63 | 0 | A | F8 | 61 | 2E |
| Octal | 43 | 3 | 346 | 125 | 143 | 0 | 12 | 370 | 141 | 56 |
| Binary | 100011 | 11 | 11100110 | 1010101 | 1100011 | 0 | 1010 | 11111000 | 1100001 | 101110 |
Color Harmonies of #2303E6
Complementary color
Monochromatic Colors of #2303E6
Black with #2303E6
Text Example
Text Example
White with #2303E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303E6; }
p { color: rgb(35,3,230); }
H1.HeaderClassName
{
color: #2303E6;
}
.AnyTagClassName
{
color: #2303E6;
}
</style>
background-color css
<style>
a { background-color: #2303E6; }
a { background-color: rgb(35,3,230); }
div.DivClassName
{
background-color: #2303E6;
}
.BgClassName
{
background-color: #2303E6;
}
</style>
border-color css
<style>
span { border-color: #2303E6; }
span { border-color: rgb(35,3,230); }
td.TdClassName
{
border-color: #2303E6;
}
.TagClassName
{
border-color: #2303E6;
}
</style>