Shades of Dodger Blue #1B7BFF
Tints of Dodger Blue #1B7BFF
RGB
CMYK
RGB Variations
Color information
#1B7BFF (or 0x1B7BFF) is known color: Dodger Blue. HEX triplet: 1B, 7B and FF. RGB value is (27,123,255). Sum of RGB (Red+Green+Blue) = 27+123+255=405 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.67% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B7BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7BFF is #E48400. Grayscale: #6C6C6C. Windows color (decimal): -14976001 or 16743195. OLE color: 16743195.
HSL color Cylindrical-coordinate representation of color #1B7BFF: hue angle of 214.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7BFF is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 123 | 255 | - |
| CMYK | 0.89 | 0.52 | 0 | 0 |
| HSL | 214.74º | 1% | 0.55% | - |
| HSV(B) | 214.74º | 0.89% | 1% | - |
| XYZ | 25.58 | 21.62 | 97.43 | - |
| YUV | 109.34 | 210.2 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 255 | 0.89 | 0.52 | 0 | 0 | 214.74 | 1 | 0.55 |
| Hex | 1B | 7B | FF | 59 | 34 | 0 | 0 | D7 | 64 | 37 |
| Octal | 33 | 173 | 377 | 131 | 64 | 0 | 0 | 327 | 144 | 67 |
| Binary | 11011 | 1111011 | 11111111 | 1011001 | 110100 | 0 | 0 | 11010111 | 1100100 | 110111 |
Color Harmonies of #1B7BFF
Complementary color
Monochromatic Colors of #1B7BFF
Black with #1B7BFF
Text Example
Text Example
White with #1B7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7BFF; }
p { color: rgb(27,123,255); }
H1.HeaderClassName
{
color: #1B7BFF;
}
.AnyTagClassName
{
color: #1B7BFF;
}
</style>
background-color css
<style>
a { background-color: #1B7BFF; }
a { background-color: rgb(27,123,255); }
div.DivClassName
{
background-color: #1B7BFF;
}
.BgClassName
{
background-color: #1B7BFF;
}
</style>
border-color css
<style>
span { border-color: #1B7BFF; }
span { border-color: rgb(27,123,255); }
td.TdClassName
{
border-color: #1B7BFF;
}
.TagClassName
{
border-color: #1B7BFF;
}
</style>