Shades of Dodger Blue #1B8BEE
Tints of Dodger Blue #1B8BEE
RGB
CMYK
RGB Variations
Color information
#1B8BEE (or 0x1B8BEE) is known color: Dodger Blue. HEX triplet: 1B, 8B and EE. RGB value is (27,139,238). Sum of RGB (Red+Green+Blue) = 27+139+238=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B8BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8BEE is #E47411. Grayscale: #747474. Windows color (decimal): -14971922 or 15633179. OLE color: 15633179.
HSL color Cylindrical-coordinate representation of color #1B8BEE: hue angle of 208.15º 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 #1B8BEE is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 139 | 238 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.07 |
| HSL | 208.15º | 0.86% | 0.52% | - |
| HSV(B) | 208.15º | 0.89% | 0.93% | - |
| XYZ | 25.12 | 24.87 | 84.37 | - |
| YUV | 116.8 | 196.39 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 238 | 0.89 | 0.42 | 0 | 0.07 | 208.15 | 0.86 | 0.52 |
| Hex | 1B | 8B | EE | 59 | 2A | 0 | 7 | D0 | 56 | 34 |
| Octal | 33 | 213 | 356 | 131 | 52 | 0 | 7 | 320 | 126 | 64 |
| Binary | 11011 | 10001011 | 11101110 | 1011001 | 101010 | 0 | 111 | 11010000 | 1010110 | 110100 |
Color Harmonies of #1B8BEE
Complementary color
Monochromatic Colors of #1B8BEE
Black with #1B8BEE
Text Example
Text Example
White with #1B8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8BEE; }
p { color: rgb(27,139,238); }
H1.HeaderClassName
{
color: #1B8BEE;
}
.AnyTagClassName
{
color: #1B8BEE;
}
</style>
background-color css
<style>
a { background-color: #1B8BEE; }
a { background-color: rgb(27,139,238); }
div.DivClassName
{
background-color: #1B8BEE;
}
.BgClassName
{
background-color: #1B8BEE;
}
</style>
border-color css
<style>
span { border-color: #1B8BEE; }
span { border-color: rgb(27,139,238); }
td.TdClassName
{
border-color: #1B8BEE;
}
.TagClassName
{
border-color: #1B8BEE;
}
</style>