Shades of Dodger Blue #1B9BEE
Tints of Dodger Blue #1B9BEE
RGB
CMYK
RGB Variations
Color information
#1B9BEE (or 0x1B9BEE) is known color: Dodger Blue. HEX triplet: 1B, 9B and EE. RGB value is (27,155,238). Sum of RGB (Red+Green+Blue) = 27+155+238=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B9BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9BEE is #E46411. Grayscale: #7D7D7D. Windows color (decimal): -14967826 or 15637275. OLE color: 15637275.
HSL color Cylindrical-coordinate representation of color #1B9BEE: hue angle of 203.6º 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 #1B9BEE is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 155 | 238 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.07 |
| HSL | 203.6º | 0.86% | 0.52% | - |
| HSV(B) | 203.6º | 0.89% | 0.93% | - |
| XYZ | 27.61 | 29.85 | 85.2 | - |
| YUV | 126.19 | 191.09 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 155 | 238 | 0.89 | 0.35 | 0 | 0.07 | 203.6 | 0.86 | 0.52 |
| Hex | 1B | 9B | EE | 59 | 23 | 0 | 7 | CC | 56 | 34 |
| Octal | 33 | 233 | 356 | 131 | 43 | 0 | 7 | 314 | 126 | 64 |
| Binary | 11011 | 10011011 | 11101110 | 1011001 | 100011 | 0 | 111 | 11001100 | 1010110 | 110100 |
Color Harmonies of #1B9BEE
Complementary color
Monochromatic Colors of #1B9BEE
Black with #1B9BEE
Text Example
Text Example
White with #1B9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9BEE; }
p { color: rgb(27,155,238); }
H1.HeaderClassName
{
color: #1B9BEE;
}
.AnyTagClassName
{
color: #1B9BEE;
}
</style>
background-color css
<style>
a { background-color: #1B9BEE; }
a { background-color: rgb(27,155,238); }
div.DivClassName
{
background-color: #1B9BEE;
}
.BgClassName
{
background-color: #1B9BEE;
}
</style>
border-color css
<style>
span { border-color: #1B9BEE; }
span { border-color: rgb(27,155,238); }
td.TdClassName
{
border-color: #1B9BEE;
}
.TagClassName
{
border-color: #1B9BEE;
}
</style>