Shades of Dodger Blue #1092F0
Tints of Dodger Blue #1092F0
RGB
CMYK
RGB Variations
Color information
#1092F0 (or 0x1092F0) is known color: Dodger Blue. HEX triplet: 10, 92 and F0. RGB value is (16,146,240). Sum of RGB (Red+Green+Blue) = 16+146+240=402 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.98% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #1092F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1092F0 is #EF6D0F. Grayscale: #757575. Windows color (decimal): -15691024 or 15766032. OLE color: 15766032.
HSL color Cylindrical-coordinate representation of color #1092F0: hue angle of 205.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1092F0 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 146 | 240 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.06 |
| HSL | 205.18º | 0.88% | 0.5% | - |
| HSV(B) | 205.18º | 0.93% | 0.94% | - |
| XYZ | 26.22 | 26.96 | 86.26 | - |
| YUV | 117.85 | 196.93 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 240 | 0.93 | 0.39 | 0 | 0.06 | 205.18 | 0.88 | 0.5 |
| Hex | 10 | 92 | F0 | 5D | 27 | 0 | 6 | CD | 58 | 32 |
| Octal | 20 | 222 | 360 | 135 | 47 | 0 | 6 | 315 | 130 | 62 |
| Binary | 10000 | 10010010 | 11110000 | 1011101 | 100111 | 0 | 110 | 11001101 | 1011000 | 110010 |
Color Harmonies of #1092F0
Complementary color
Monochromatic Colors of #1092F0
Black with #1092F0
Text Example
Text Example
White with #1092F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1092F0; }
p { color: rgb(16,146,240); }
H1.HeaderClassName
{
color: #1092F0;
}
.AnyTagClassName
{
color: #1092F0;
}
</style>
background-color css
<style>
a { background-color: #1092F0; }
a { background-color: rgb(16,146,240); }
div.DivClassName
{
background-color: #1092F0;
}
.BgClassName
{
background-color: #1092F0;
}
</style>
border-color css
<style>
span { border-color: #1092F0; }
span { border-color: rgb(16,146,240); }
td.TdClassName
{
border-color: #1092F0;
}
.TagClassName
{
border-color: #1092F0;
}
</style>