Shades of Dodger Blue #1B93DC
Tints of Dodger Blue #1B93DC
RGB
CMYK
RGB Variations
Color information
#1B93DC (or 0x1B93DC) is known color: Dodger Blue. HEX triplet: 1B, 93 and DC. RGB value is (27,147,220). Sum of RGB (Red+Green+Blue) = 27+147+220=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B93DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B93DC is #E46C23. Grayscale: #777777. Windows color (decimal): -14969892 or 14455579. OLE color: 14455579.
HSL color Cylindrical-coordinate representation of color #1B93DC: hue angle of 202.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B93DC is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 147 | 220 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.14 |
| HSL | 202.69º | 0.78% | 0.48% | - |
| HSV(B) | 202.69º | 0.88% | 0.86% | - |
| XYZ | 23.8 | 26.27 | 71.53 | - |
| YUV | 119.44 | 184.74 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 147 | 220 | 0.88 | 0.33 | 0 | 0.14 | 202.69 | 0.78 | 0.48 |
| Hex | 1B | 93 | DC | 58 | 21 | 0 | E | CB | 4E | 30 |
| Octal | 33 | 223 | 334 | 130 | 41 | 0 | 16 | 313 | 116 | 60 |
| Binary | 11011 | 10010011 | 11011100 | 1011000 | 100001 | 0 | 1110 | 11001011 | 1001110 | 110000 |
Color Harmonies of #1B93DC
Complementary color
Monochromatic Colors of #1B93DC
Black with #1B93DC
Text Example
Text Example
White with #1B93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B93DC; }
p { color: rgb(27,147,220); }
H1.HeaderClassName
{
color: #1B93DC;
}
.AnyTagClassName
{
color: #1B93DC;
}
</style>
background-color css
<style>
a { background-color: #1B93DC; }
a { background-color: rgb(27,147,220); }
div.DivClassName
{
background-color: #1B93DC;
}
.BgClassName
{
background-color: #1B93DC;
}
</style>
border-color css
<style>
span { border-color: #1B93DC; }
span { border-color: rgb(27,147,220); }
td.TdClassName
{
border-color: #1B93DC;
}
.TagClassName
{
border-color: #1B93DC;
}
</style>