Shades of Dodger Blue #1B7CFF
Tints of Dodger Blue #1B7CFF
RGB
CMYK
RGB Variations
Color information
#1B7CFF (or 0x1B7CFF) is known color: Dodger Blue. HEX triplet: 1B, 7C and FF. RGB value is (27,124,255). Sum of RGB (Red+Green+Blue) = 27+124+255=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7CFF is #E48300. Grayscale: #6D6D6D. Windows color (decimal): -14975745 or 16743451. OLE color: 16743451.
HSL color Cylindrical-coordinate representation of color #1B7CFF: hue angle of 214.47º 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 #1B7CFF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 124 | 255 | - |
| CMYK | 0.89 | 0.51 | 0 | 0 |
| HSL | 214.47º | 1% | 0.55% | - |
| HSV(B) | 214.47º | 0.89% | 1% | - |
| XYZ | 25.71 | 21.87 | 97.47 | - |
| YUV | 109.93 | 209.86 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 255 | 0.89 | 0.51 | 0 | 0 | 214.47 | 1 | 0.55 |
| Hex | 1B | 7C | FF | 59 | 33 | 0 | 0 | D6 | 64 | 37 |
| Octal | 33 | 174 | 377 | 131 | 63 | 0 | 0 | 326 | 144 | 67 |
| Binary | 11011 | 1111100 | 11111111 | 1011001 | 110011 | 0 | 0 | 11010110 | 1100100 | 110111 |
Color Harmonies of #1B7CFF
Complementary color
Monochromatic Colors of #1B7CFF
Black with #1B7CFF
Text Example
Text Example
White with #1B7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CFF; }
p { color: rgb(27,124,255); }
H1.HeaderClassName
{
color: #1B7CFF;
}
.AnyTagClassName
{
color: #1B7CFF;
}
</style>
background-color css
<style>
a { background-color: #1B7CFF; }
a { background-color: rgb(27,124,255); }
div.DivClassName
{
background-color: #1B7CFF;
}
.BgClassName
{
background-color: #1B7CFF;
}
</style>
border-color css
<style>
span { border-color: #1B7CFF; }
span { border-color: rgb(27,124,255); }
td.TdClassName
{
border-color: #1B7CFF;
}
.TagClassName
{
border-color: #1B7CFF;
}
</style>