Shades of Dodger Blue #1B9CE1
Tints of Dodger Blue #1B9CE1
RGB
CMYK
RGB Variations
Color information
#1B9CE1 (or 0x1B9CE1) is known color: Dodger Blue. HEX triplet: 1B, 9C and E1. RGB value is (27,156,225). Sum of RGB (Red+Green+Blue) = 27+156+225=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #1B9CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9CE1 is #E4631E. Grayscale: #7C7C7C. Windows color (decimal): -14967583 or 14785563. OLE color: 14785563.
HSL color Cylindrical-coordinate representation of color #1B9CE1: hue angle of 200.91º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B9CE1 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 156 | 225 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.12 |
| HSL | 200.91º | 0.79% | 0.49% | - |
| HSV(B) | 200.91º | 0.88% | 0.88% | - |
| XYZ | 25.93 | 29.45 | 75.55 | - |
| YUV | 125.3 | 184.26 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 156 | 225 | 0.88 | 0.31 | 0 | 0.12 | 200.91 | 0.79 | 0.49 |
| Hex | 1B | 9C | E1 | 58 | 1F | 0 | C | C9 | 4F | 31 |
| Octal | 33 | 234 | 341 | 130 | 37 | 0 | 14 | 311 | 117 | 61 |
| Binary | 11011 | 10011100 | 11100001 | 1011000 | 11111 | 0 | 1100 | 11001001 | 1001111 | 110001 |
Color Harmonies of #1B9CE1
Complementary color
Monochromatic Colors of #1B9CE1
Black with #1B9CE1
Text Example
Text Example
White with #1B9CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9CE1; }
p { color: rgb(27,156,225); }
H1.HeaderClassName
{
color: #1B9CE1;
}
.AnyTagClassName
{
color: #1B9CE1;
}
</style>
background-color css
<style>
a { background-color: #1B9CE1; }
a { background-color: rgb(27,156,225); }
div.DivClassName
{
background-color: #1B9CE1;
}
.BgClassName
{
background-color: #1B9CE1;
}
</style>
border-color css
<style>
span { border-color: #1B9CE1; }
span { border-color: rgb(27,156,225); }
td.TdClassName
{
border-color: #1B9CE1;
}
.TagClassName
{
border-color: #1B9CE1;
}
</style>