Shades of Dodger Blue #1092FC
Tints of Dodger Blue #1092FC
RGB
CMYK
RGB Variations
Color information
#1092FC (or 0x1092FC) is known color: Dodger Blue. HEX triplet: 10, 92 and FC. RGB value is (16,146,252). Sum of RGB (Red+Green+Blue) = 16+146+252=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #1092FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1092FC is #EF6D03. Grayscale: #767676. Windows color (decimal): -15691012 or 16552464. OLE color: 16552464.
HSL color Cylindrical-coordinate representation of color #1092FC: hue angle of 206.95º 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 #1092FC is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 146 | 252 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.01 |
| HSL | 206.95º | 0.98% | 0.53% | - |
| HSV(B) | 206.95º | 0.94% | 0.99% | - |
| XYZ | 28.06 | 27.7 | 95.96 | - |
| YUV | 119.21 | 202.93 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 252 | 0.94 | 0.42 | 0 | 0.01 | 206.95 | 0.98 | 0.53 |
| Hex | 10 | 92 | FC | 5E | 2A | 0 | 1 | CF | 62 | 35 |
| Octal | 20 | 222 | 374 | 136 | 52 | 0 | 1 | 317 | 142 | 65 |
| Binary | 10000 | 10010010 | 11111100 | 1011110 | 101010 | 0 | 1 | 11001111 | 1100010 | 110101 |
Color Harmonies of #1092FC
Complementary color
Monochromatic Colors of #1092FC
Black with #1092FC
Text Example
Text Example
White with #1092FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1092FC; }
p { color: rgb(16,146,252); }
H1.HeaderClassName
{
color: #1092FC;
}
.AnyTagClassName
{
color: #1092FC;
}
</style>
background-color css
<style>
a { background-color: #1092FC; }
a { background-color: rgb(16,146,252); }
div.DivClassName
{
background-color: #1092FC;
}
.BgClassName
{
background-color: #1092FC;
}
</style>
border-color css
<style>
span { border-color: #1092FC; }
span { border-color: rgb(16,146,252); }
td.TdClassName
{
border-color: #1092FC;
}
.TagClassName
{
border-color: #1092FC;
}
</style>