Shades of Dodger Blue #1B7BDF
Tints of Dodger Blue #1B7BDF
RGB
CMYK
RGB Variations
Color information
#1B7BDF (or 0x1B7BDF) is known color: Dodger Blue. HEX triplet: 1B, 7B and DF. RGB value is (27,123,223). Sum of RGB (Red+Green+Blue) = 27+123+223=373 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.24% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7BDF is #E48420. Grayscale: #696969. Windows color (decimal): -14976033 or 14646043. OLE color: 14646043.
HSL color Cylindrical-coordinate representation of color #1B7BDF: hue angle of 210.61º 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 #1B7BDF is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 123 | 223 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.13 |
| HSL | 210.61º | 0.78% | 0.49% | - |
| HSV(B) | 210.61º | 0.88% | 0.87% | - |
| XYZ | 20.85 | 19.73 | 72.52 | - |
| YUV | 105.7 | 194.2 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 223 | 0.88 | 0.45 | 0 | 0.13 | 210.61 | 0.78 | 0.49 |
| Hex | 1B | 7B | DF | 58 | 2D | 0 | D | D3 | 4E | 31 |
| Octal | 33 | 173 | 337 | 130 | 55 | 0 | 15 | 323 | 116 | 61 |
| Binary | 11011 | 1111011 | 11011111 | 1011000 | 101101 | 0 | 1101 | 11010011 | 1001110 | 110001 |
Color Harmonies of #1B7BDF
Complementary color
Monochromatic Colors of #1B7BDF
Black with #1B7BDF
Text Example
Text Example
White with #1B7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7BDF; }
p { color: rgb(27,123,223); }
H1.HeaderClassName
{
color: #1B7BDF;
}
.AnyTagClassName
{
color: #1B7BDF;
}
</style>
background-color css
<style>
a { background-color: #1B7BDF; }
a { background-color: rgb(27,123,223); }
div.DivClassName
{
background-color: #1B7BDF;
}
.BgClassName
{
background-color: #1B7BDF;
}
</style>
border-color css
<style>
span { border-color: #1B7BDF; }
span { border-color: rgb(27,123,223); }
td.TdClassName
{
border-color: #1B7BDF;
}
.TagClassName
{
border-color: #1B7BDF;
}
</style>