Shades of Dodger Blue #1B80DF
Tints of Dodger Blue #1B80DF
RGB
CMYK
RGB Variations
Color information
#1B80DF (or 0x1B80DF) is known color: Dodger Blue. HEX triplet: 1B, 80 and DF. RGB value is (27,128,223). Sum of RGB (Red+Green+Blue) = 27+128+223=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B80DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B80DF is #E47F20. Grayscale: #6C6C6C. Windows color (decimal): -14974753 or 14647323. OLE color: 14647323.
HSL color Cylindrical-coordinate representation of color #1B80DF: hue angle of 209.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B80DF is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 128 | 223 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.13 |
| HSL | 209.08º | 0.78% | 0.49% | - |
| HSV(B) | 209.08º | 0.88% | 0.87% | - |
| XYZ | 21.49 | 21 | 72.73 | - |
| YUV | 108.63 | 192.54 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 128 | 223 | 0.88 | 0.43 | 0 | 0.13 | 209.08 | 0.78 | 0.49 |
| Hex | 1B | 80 | DF | 58 | 2B | 0 | D | D1 | 4E | 31 |
| Octal | 33 | 200 | 337 | 130 | 53 | 0 | 15 | 321 | 116 | 61 |
| Binary | 11011 | 10000000 | 11011111 | 1011000 | 101011 | 0 | 1101 | 11010001 | 1001110 | 110001 |
Color Harmonies of #1B80DF
Complementary color
Monochromatic Colors of #1B80DF
Black with #1B80DF
Text Example
Text Example
White with #1B80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B80DF; }
p { color: rgb(27,128,223); }
H1.HeaderClassName
{
color: #1B80DF;
}
.AnyTagClassName
{
color: #1B80DF;
}
</style>
background-color css
<style>
a { background-color: #1B80DF; }
a { background-color: rgb(27,128,223); }
div.DivClassName
{
background-color: #1B80DF;
}
.BgClassName
{
background-color: #1B80DF;
}
</style>
border-color css
<style>
span { border-color: #1B80DF; }
span { border-color: rgb(27,128,223); }
td.TdClassName
{
border-color: #1B80DF;
}
.TagClassName
{
border-color: #1B80DF;
}
</style>