Shades of Blue #1227FC
Tints of Blue #1227FC
RGB
CMYK
RGB Variations
Color information
#1227FC (or 0x1227FC) is known color: Blue. HEX triplet: 12, 27 and FC. RGB value is (18,39,252). Sum of RGB (Red+Green+Blue) = 18+39+252=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 252 (98.83% from 255 or 81.55% from 309); Max value from RGB is 252 - color contains mainly: blue. Hex color #1227FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1227FC is #EDD803. Grayscale: #383838. Windows color (decimal): -15587332 or 16525074. OLE color: 16525074.
HSL color Cylindrical-coordinate representation of color #1227FC: hue angle of 234.62º 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 #1227FC is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 39 | 252 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.01 |
| HSL | 234.62º | 0.98% | 0.53% | - |
| HSV(B) | 234.62º | 0.93% | 0.99% | - |
| XYZ | 18.55 | 8.61 | 92.78 | - |
| YUV | 57 | 238.04 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 252 | 0.93 | 0.85 | 0 | 0.01 | 234.62 | 0.98 | 0.53 |
| Hex | 12 | 27 | FC | 5D | 55 | 0 | 1 | EB | 62 | 35 |
| Octal | 22 | 47 | 374 | 135 | 125 | 0 | 1 | 353 | 142 | 65 |
| Binary | 10010 | 100111 | 11111100 | 1011101 | 1010101 | 0 | 1 | 11101011 | 1100010 | 110101 |
Color Harmonies of #1227FC
Complementary color
Monochromatic Colors of #1227FC
Black with #1227FC
Text Example
Text Example
White with #1227FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1227FC; }
p { color: rgb(18,39,252); }
H1.HeaderClassName
{
color: #1227FC;
}
.AnyTagClassName
{
color: #1227FC;
}
</style>
background-color css
<style>
a { background-color: #1227FC; }
a { background-color: rgb(18,39,252); }
div.DivClassName
{
background-color: #1227FC;
}
.BgClassName
{
background-color: #1227FC;
}
</style>
border-color css
<style>
span { border-color: #1227FC; }
span { border-color: rgb(18,39,252); }
td.TdClassName
{
border-color: #1227FC;
}
.TagClassName
{
border-color: #1227FC;
}
</style>