Shades of Blue #230DF0
Tints of Blue #230DF0
RGB
CMYK
RGB Variations
Color information
#230DF0 (or 0x230DF0) is known color: Blue. HEX triplet: 23, 0D and F0. RGB value is (35,13,240). Sum of RGB (Red+Green+Blue) = 35+13+240=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 240 (94.14% from 255 or 83.33% from 288); Max value from RGB is 240 - color contains mainly: blue. Hex color #230DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230DF0 is #DCF20F. Grayscale: #2C2C2C. Windows color (decimal): -14479888 or 15732003. OLE color: 15732003.
HSL color Cylindrical-coordinate representation of color #230DF0: hue angle of 245.81º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230DF0 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 13 | 240 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.06 |
| HSL | 245.82º | 0.9% | 0.5% | - |
| HSV(B) | 245.82º | 0.95% | 0.94% | - |
| XYZ | 16.57 | 6.94 | 82.9 | - |
| YUV | 45.46 | 237.79 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 240 | 0.85 | 0.95 | 0 | 0.06 | 245.82 | 0.9 | 0.5 |
| Hex | 23 | D | F0 | 55 | 5F | 0 | 6 | F6 | 5A | 32 |
| Octal | 43 | 15 | 360 | 125 | 137 | 0 | 6 | 366 | 132 | 62 |
| Binary | 100011 | 1101 | 11110000 | 1010101 | 1011111 | 0 | 110 | 11110110 | 1011010 | 110010 |
Color Harmonies of #230DF0
Complementary color
Monochromatic Colors of #230DF0
Black with #230DF0
Text Example
Text Example
White with #230DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230DF0; }
p { color: rgb(35,13,240); }
H1.HeaderClassName
{
color: #230DF0;
}
.AnyTagClassName
{
color: #230DF0;
}
</style>
background-color css
<style>
a { background-color: #230DF0; }
a { background-color: rgb(35,13,240); }
div.DivClassName
{
background-color: #230DF0;
}
.BgClassName
{
background-color: #230DF0;
}
</style>
border-color css
<style>
span { border-color: #230DF0; }
span { border-color: rgb(35,13,240); }
td.TdClassName
{
border-color: #230DF0;
}
.TagClassName
{
border-color: #230DF0;
}
</style>