Shades of Dodger Blue #1B85EE
Tints of Dodger Blue #1B85EE
RGB
CMYK
RGB Variations
Color information
#1B85EE (or 0x1B85EE) is known color: Dodger Blue. HEX triplet: 1B, 85 and EE. RGB value is (27,133,238). Sum of RGB (Red+Green+Blue) = 27+133+238=398 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.78% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B85EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B85EE is #E47A11. Grayscale: #707070. Windows color (decimal): -14973458 or 15631643. OLE color: 15631643.
HSL color Cylindrical-coordinate representation of color #1B85EE: hue angle of 209.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B85EE is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 133 | 238 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.07 |
| HSL | 209.86º | 0.86% | 0.52% | - |
| HSV(B) | 209.86º | 0.89% | 0.93% | - |
| XYZ | 24.27 | 23.18 | 84.08 | - |
| YUV | 113.28 | 198.38 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 238 | 0.89 | 0.44 | 0 | 0.07 | 209.86 | 0.86 | 0.52 |
| Hex | 1B | 85 | EE | 59 | 2C | 0 | 7 | D2 | 56 | 34 |
| Octal | 33 | 205 | 356 | 131 | 54 | 0 | 7 | 322 | 126 | 64 |
| Binary | 11011 | 10000101 | 11101110 | 1011001 | 101100 | 0 | 111 | 11010010 | 1010110 | 110100 |
Color Harmonies of #1B85EE
Complementary color
Monochromatic Colors of #1B85EE
Black with #1B85EE
Text Example
Text Example
White with #1B85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B85EE; }
p { color: rgb(27,133,238); }
H1.HeaderClassName
{
color: #1B85EE;
}
.AnyTagClassName
{
color: #1B85EE;
}
</style>
background-color css
<style>
a { background-color: #1B85EE; }
a { background-color: rgb(27,133,238); }
div.DivClassName
{
background-color: #1B85EE;
}
.BgClassName
{
background-color: #1B85EE;
}
</style>
border-color css
<style>
span { border-color: #1B85EE; }
span { border-color: rgb(27,133,238); }
td.TdClassName
{
border-color: #1B85EE;
}
.TagClassName
{
border-color: #1B85EE;
}
</style>