Shades of Dodger Blue #1B7CED
Tints of Dodger Blue #1B7CED
RGB
CMYK
RGB Variations
Color information
#1B7CED (or 0x1B7CED) is known color: Dodger Blue. HEX triplet: 1B, 7C and ED. RGB value is (27,124,237). Sum of RGB (Red+Green+Blue) = 27+124+237=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #1B7CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7CED is #E48312. Grayscale: #6B6B6B. Windows color (decimal): -14975763 or 15563803. OLE color: 15563803.
HSL color Cylindrical-coordinate representation of color #1B7CED: hue angle of 212.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7CED is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 124 | 237 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.07 |
| HSL | 212.29º | 0.85% | 0.52% | - |
| HSV(B) | 212.29º | 0.89% | 0.93% | - |
| XYZ | 22.95 | 20.76 | 82.92 | - |
| YUV | 107.88 | 200.86 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 237 | 0.89 | 0.48 | 0 | 0.07 | 212.29 | 0.85 | 0.52 |
| Hex | 1B | 7C | ED | 59 | 30 | 0 | 7 | D4 | 55 | 34 |
| Octal | 33 | 174 | 355 | 131 | 60 | 0 | 7 | 324 | 125 | 64 |
| Binary | 11011 | 1111100 | 11101101 | 1011001 | 110000 | 0 | 111 | 11010100 | 1010101 | 110100 |
Color Harmonies of #1B7CED
Complementary color
Monochromatic Colors of #1B7CED
Black with #1B7CED
Text Example
Text Example
White with #1B7CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CED; }
p { color: rgb(27,124,237); }
H1.HeaderClassName
{
color: #1B7CED;
}
.AnyTagClassName
{
color: #1B7CED;
}
</style>
background-color css
<style>
a { background-color: #1B7CED; }
a { background-color: rgb(27,124,237); }
div.DivClassName
{
background-color: #1B7CED;
}
.BgClassName
{
background-color: #1B7CED;
}
</style>
border-color css
<style>
span { border-color: #1B7CED; }
span { border-color: rgb(27,124,237); }
td.TdClassName
{
border-color: #1B7CED;
}
.TagClassName
{
border-color: #1B7CED;
}
</style>