Shades of Dodger Blue #1087F2
Tints of Dodger Blue #1087F2
RGB
CMYK
RGB Variations
Color information
#1087F2 (or 0x1087F2) is known color: Dodger Blue. HEX triplet: 10, 87 and F2. RGB value is (16,135,242). Sum of RGB (Red+Green+Blue) = 16+135+242=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #1087F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087F2 is #EF780D. Grayscale: #6F6F6F. Windows color (decimal): -15693838 or 15894288. OLE color: 15894288.
HSL color Cylindrical-coordinate representation of color #1087F2: hue angle of 208.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087F2 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 135 | 242 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.05 |
| HSL | 208.41º | 0.9% | 0.51% | - |
| HSV(B) | 208.41º | 0.93% | 0.95% | - |
| XYZ | 24.9 | 23.85 | 87.3 | - |
| YUV | 111.62 | 201.58 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 242 | 0.93 | 0.44 | 0 | 0.05 | 208.41 | 0.9 | 0.51 |
| Hex | 10 | 87 | F2 | 5D | 2C | 0 | 5 | D0 | 5A | 33 |
| Octal | 20 | 207 | 362 | 135 | 54 | 0 | 5 | 320 | 132 | 63 |
| Binary | 10000 | 10000111 | 11110010 | 1011101 | 101100 | 0 | 101 | 11010000 | 1011010 | 110011 |
Color Harmonies of #1087F2
Complementary color
Monochromatic Colors of #1087F2
Black with #1087F2
Text Example
Text Example
White with #1087F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087F2; }
p { color: rgb(16,135,242); }
H1.HeaderClassName
{
color: #1087F2;
}
.AnyTagClassName
{
color: #1087F2;
}
</style>
background-color css
<style>
a { background-color: #1087F2; }
a { background-color: rgb(16,135,242); }
div.DivClassName
{
background-color: #1087F2;
}
.BgClassName
{
background-color: #1087F2;
}
</style>
border-color css
<style>
span { border-color: #1087F2; }
span { border-color: rgb(16,135,242); }
td.TdClassName
{
border-color: #1087F2;
}
.TagClassName
{
border-color: #1087F2;
}
</style>