Shades of Blue #230DF1
Tints of Blue #230DF1
RGB
CMYK
RGB Variations
Color information
#230DF1 (or 0x230DF1) is known color: Blue. HEX triplet: 23, 0D and F1. RGB value is (35,13,241). Sum of RGB (Red+Green+Blue) = 35+13+241=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 241 (94.53% from 255 or 83.39% from 289); Max value from RGB is 241 - color contains mainly: blue. Hex color #230DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230DF1 is #DCF20E. Grayscale: #2C2C2C. Windows color (decimal): -14479887 or 15797539. OLE color: 15797539.
HSL color Cylindrical-coordinate representation of color #230DF1: hue angle of 245.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230DF1 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 13 | 241 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.05 |
| HSL | 245.79º | 0.9% | 0.5% | - |
| HSV(B) | 245.79º | 0.95% | 0.95% | - |
| XYZ | 16.71 | 7 | 83.69 | - |
| YUV | 45.57 | 238.29 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 241 | 0.85 | 0.95 | 0 | 0.05 | 245.79 | 0.9 | 0.5 |
| Hex | 23 | D | F1 | 55 | 5F | 0 | 5 | F6 | 5A | 32 |
| Octal | 43 | 15 | 361 | 125 | 137 | 0 | 5 | 366 | 132 | 62 |
| Binary | 100011 | 1101 | 11110001 | 1010101 | 1011111 | 0 | 101 | 11110110 | 1011010 | 110010 |
Color Harmonies of #230DF1
Complementary color
Monochromatic Colors of #230DF1
Black with #230DF1
Text Example
Text Example
White with #230DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230DF1; }
p { color: rgb(35,13,241); }
H1.HeaderClassName
{
color: #230DF1;
}
.AnyTagClassName
{
color: #230DF1;
}
</style>
background-color css
<style>
a { background-color: #230DF1; }
a { background-color: rgb(35,13,241); }
div.DivClassName
{
background-color: #230DF1;
}
.BgClassName
{
background-color: #230DF1;
}
</style>
border-color css
<style>
span { border-color: #230DF1; }
span { border-color: rgb(35,13,241); }
td.TdClassName
{
border-color: #230DF1;
}
.TagClassName
{
border-color: #230DF1;
}
</style>