Shades of Blue #1230FD
Tints of Blue #1230FD
RGB
CMYK
RGB Variations
Color information
#1230FD (or 0x1230FD) is known color: Blue. HEX triplet: 12, 30 and FD. RGB value is (18,48,253). Sum of RGB (Red+Green+Blue) = 18+48+253=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #1230FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1230FD is #EDCF02. Grayscale: #3D3D3D. Windows color (decimal): -15585027 or 16592914. OLE color: 16592914.
HSL color Cylindrical-coordinate representation of color #1230FD: hue angle of 232.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1230FD is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 48 | 253 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.01 |
| HSL | 232.34º | 0.98% | 0.53% | - |
| HSV(B) | 232.34º | 0.93% | 0.99% | - |
| XYZ | 19.04 | 9.33 | 93.73 | - |
| YUV | 62.4 | 235.56 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 253 | 0.93 | 0.81 | 0 | 0.01 | 232.34 | 0.98 | 0.53 |
| Hex | 12 | 30 | FD | 5D | 51 | 0 | 1 | E8 | 62 | 35 |
| Octal | 22 | 60 | 375 | 135 | 121 | 0 | 1 | 350 | 142 | 65 |
| Binary | 10010 | 110000 | 11111101 | 1011101 | 1010001 | 0 | 1 | 11101000 | 1100010 | 110101 |
Color Harmonies of #1230FD
Complementary color
Monochromatic Colors of #1230FD
Black with #1230FD
Text Example
Text Example
White with #1230FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1230FD; }
p { color: rgb(18,48,253); }
H1.HeaderClassName
{
color: #1230FD;
}
.AnyTagClassName
{
color: #1230FD;
}
</style>
background-color css
<style>
a { background-color: #1230FD; }
a { background-color: rgb(18,48,253); }
div.DivClassName
{
background-color: #1230FD;
}
.BgClassName
{
background-color: #1230FD;
}
</style>
border-color css
<style>
span { border-color: #1230FD; }
span { border-color: rgb(18,48,253); }
td.TdClassName
{
border-color: #1230FD;
}
.TagClassName
{
border-color: #1230FD;
}
</style>