Shades of Cerulean #107DB7
Tints of Cerulean #107DB7
RGB
CMYK
RGB Variations
Color information
#107DB7 (or 0x107DB7) is known color: Cerulean. HEX triplet: 10, 7D and B7. RGB value is (16,125,183). Sum of RGB (Red+Green+Blue) = 16+125+183=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #107DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DB7 is #EF8248. Grayscale: #626262. Windows color (decimal): -15696457 or 12025104. OLE color: 12025104.
HSL color Cylindrical-coordinate representation of color #107DB7: hue angle of 200.84º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107DB7 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 125 | 183 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.28 |
| HSL | 200.84º | 0.84% | 0.39% | - |
| HSV(B) | 200.84º | 0.91% | 0.72% | - |
| XYZ | 16.09 | 18.2 | 47.46 | - |
| YUV | 99.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 183 | 0.91 | 0.32 | 0 | 0.28 | 200.84 | 0.84 | 0.39 |
| Hex | 10 | 7D | B7 | 5B | 20 | 0 | 1C | C9 | 54 | 27 |
| Octal | 20 | 175 | 267 | 133 | 40 | 0 | 34 | 311 | 124 | 47 |
| Binary | 10000 | 1111101 | 10110111 | 1011011 | 100000 | 0 | 11100 | 11001001 | 1010100 | 100111 |
Color Harmonies of #107DB7
Complementary color
Monochromatic Colors of #107DB7
Black with #107DB7
Text Example
Text Example
White with #107DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DB7; }
p { color: rgb(16,125,183); }
H1.HeaderClassName
{
color: #107DB7;
}
.AnyTagClassName
{
color: #107DB7;
}
</style>
background-color css
<style>
a { background-color: #107DB7; }
a { background-color: rgb(16,125,183); }
div.DivClassName
{
background-color: #107DB7;
}
.BgClassName
{
background-color: #107DB7;
}
</style>
border-color css
<style>
span { border-color: #107DB7; }
span { border-color: rgb(16,125,183); }
td.TdClassName
{
border-color: #107DB7;
}
.TagClassName
{
border-color: #107DB7;
}
</style>