Shades of Dodger Blue #1099FC
Tints of Dodger Blue #1099FC
RGB
CMYK
RGB Variations
Color information
#1099FC (or 0x1099FC) is known color: Dodger Blue. HEX triplet: 10, 99 and FC. RGB value is (16,153,252). Sum of RGB (Red+Green+Blue) = 16+153+252=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #1099FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1099FC is #EF6603. Grayscale: #7A7A7A. Windows color (decimal): -15689220 or 16554256. OLE color: 16554256.
HSL color Cylindrical-coordinate representation of color #1099FC: hue angle of 205.17º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1099FC is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 153 | 252 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.01 |
| HSL | 205.17º | 0.98% | 0.53% | - |
| HSV(B) | 205.17º | 0.94% | 0.99% | - |
| XYZ | 29.18 | 29.92 | 96.33 | - |
| YUV | 123.32 | 200.61 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 252 | 0.94 | 0.39 | 0 | 0.01 | 205.17 | 0.98 | 0.53 |
| Hex | 10 | 99 | FC | 5E | 27 | 0 | 1 | CD | 62 | 35 |
| Octal | 20 | 231 | 374 | 136 | 47 | 0 | 1 | 315 | 142 | 65 |
| Binary | 10000 | 10011001 | 11111100 | 1011110 | 100111 | 0 | 1 | 11001101 | 1100010 | 110101 |
Color Harmonies of #1099FC
Complementary color
Monochromatic Colors of #1099FC
Black with #1099FC
Text Example
Text Example
White with #1099FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099FC; }
p { color: rgb(16,153,252); }
H1.HeaderClassName
{
color: #1099FC;
}
.AnyTagClassName
{
color: #1099FC;
}
</style>
background-color css
<style>
a { background-color: #1099FC; }
a { background-color: rgb(16,153,252); }
div.DivClassName
{
background-color: #1099FC;
}
.BgClassName
{
background-color: #1099FC;
}
</style>
border-color css
<style>
span { border-color: #1099FC; }
span { border-color: rgb(16,153,252); }
td.TdClassName
{
border-color: #1099FC;
}
.TagClassName
{
border-color: #1099FC;
}
</style>