Shades of Cerulean #107DBD
Tints of Cerulean #107DBD
RGB
CMYK
RGB Variations
Color information
#107DBD (or 0x107DBD) is known color: Cerulean. HEX triplet: 10, 7D and BD. RGB value is (16,125,189). Sum of RGB (Red+Green+Blue) = 16+125+189=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #107DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DBD is #EF8242. Grayscale: #636363. Windows color (decimal): -15696451 or 12418320. OLE color: 12418320.
HSL color Cylindrical-coordinate representation of color #107DBD: hue angle of 202.2º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107DBD is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 125 | 189 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.26 |
| HSL | 202.2º | 0.84% | 0.4% | - |
| HSV(B) | 202.2º | 0.92% | 0.74% | - |
| XYZ | 16.73 | 18.45 | 50.82 | - |
| YUV | 99.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 189 | 0.92 | 0.34 | 0 | 0.26 | 202.2 | 0.84 | 0.4 |
| Hex | 10 | 7D | BD | 5C | 22 | 0 | 1A | CA | 54 | 28 |
| Octal | 20 | 175 | 275 | 134 | 42 | 0 | 32 | 312 | 124 | 50 |
| Binary | 10000 | 1111101 | 10111101 | 1011100 | 100010 | 0 | 11010 | 11001010 | 1010100 | 101000 |
Color Harmonies of #107DBD
Complementary color
Monochromatic Colors of #107DBD
Black with #107DBD
Text Example
Text Example
White with #107DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DBD; }
p { color: rgb(16,125,189); }
H1.HeaderClassName
{
color: #107DBD;
}
.AnyTagClassName
{
color: #107DBD;
}
</style>
background-color css
<style>
a { background-color: #107DBD; }
a { background-color: rgb(16,125,189); }
div.DivClassName
{
background-color: #107DBD;
}
.BgClassName
{
background-color: #107DBD;
}
</style>
border-color css
<style>
span { border-color: #107DBD; }
span { border-color: rgb(16,125,189); }
td.TdClassName
{
border-color: #107DBD;
}
.TagClassName
{
border-color: #107DBD;
}
</style>