Shades of Dodger Blue #1B8CE5
Tints of Dodger Blue #1B8CE5
RGB
CMYK
RGB Variations
Color information
#1B8CE5 (or 0x1B8CE5) is known color: Dodger Blue. HEX triplet: 1B, 8C and E5. RGB value is (27,140,229). Sum of RGB (Red+Green+Blue) = 27+140+229=396 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.82% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #1B8CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8CE5 is #E4731A. Grayscale: #737373. Windows color (decimal): -14971675 or 15043611. OLE color: 15043611.
HSL color Cylindrical-coordinate representation of color #1B8CE5: hue angle of 206.44º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B8CE5 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 140 | 229 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.10 |
| HSL | 206.44º | 0.8% | 0.5% | - |
| HSV(B) | 206.44º | 0.88% | 0.9% | - |
| XYZ | 23.97 | 24.65 | 77.62 | - |
| YUV | 116.36 | 191.56 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 229 | 0.88 | 0.39 | 0 | 0.10 | 206.44 | 0.8 | 0.5 |
| Hex | 1B | 8C | E5 | 58 | 27 | 0 | A | CE | 50 | 32 |
| Octal | 33 | 214 | 345 | 130 | 47 | 0 | 12 | 316 | 120 | 62 |
| Binary | 11011 | 10001100 | 11100101 | 1011000 | 100111 | 0 | 1010 | 11001110 | 1010000 | 110010 |
Color Harmonies of #1B8CE5
Complementary color
Monochromatic Colors of #1B8CE5
Black with #1B8CE5
Text Example
Text Example
White with #1B8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8CE5; }
p { color: rgb(27,140,229); }
H1.HeaderClassName
{
color: #1B8CE5;
}
.AnyTagClassName
{
color: #1B8CE5;
}
</style>
background-color css
<style>
a { background-color: #1B8CE5; }
a { background-color: rgb(27,140,229); }
div.DivClassName
{
background-color: #1B8CE5;
}
.BgClassName
{
background-color: #1B8CE5;
}
</style>
border-color css
<style>
span { border-color: #1B8CE5; }
span { border-color: rgb(27,140,229); }
td.TdClassName
{
border-color: #1B8CE5;
}
.TagClassName
{
border-color: #1B8CE5;
}
</style>