Shades of Dodger Blue #1B7BED
Tints of Dodger Blue #1B7BED
RGB
CMYK
RGB Variations
Color information
#1B7BED (or 0x1B7BED) is known color: Dodger Blue. HEX triplet: 1B, 7B and ED. RGB value is (27,123,237). Sum of RGB (Red+Green+Blue) = 27+123+237=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #1B7BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7BED is #E48412. Grayscale: #6A6A6A. Windows color (decimal): -14976019 or 15563547. OLE color: 15563547.
HSL color Cylindrical-coordinate representation of color #1B7BED: hue angle of 212.57º 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 #1B7BED is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 123 | 237 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.07 |
| HSL | 212.57º | 0.85% | 0.52% | - |
| HSV(B) | 212.57º | 0.89% | 0.93% | - |
| XYZ | 22.82 | 20.51 | 82.88 | - |
| YUV | 107.29 | 201.2 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 237 | 0.89 | 0.48 | 0 | 0.07 | 212.57 | 0.85 | 0.52 |
| Hex | 1B | 7B | ED | 59 | 30 | 0 | 7 | D5 | 55 | 34 |
| Octal | 33 | 173 | 355 | 131 | 60 | 0 | 7 | 325 | 125 | 64 |
| Binary | 11011 | 1111011 | 11101101 | 1011001 | 110000 | 0 | 111 | 11010101 | 1010101 | 110100 |
Color Harmonies of #1B7BED
Complementary color
Monochromatic Colors of #1B7BED
Black with #1B7BED
Text Example
Text Example
White with #1B7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7BED; }
p { color: rgb(27,123,237); }
H1.HeaderClassName
{
color: #1B7BED;
}
.AnyTagClassName
{
color: #1B7BED;
}
</style>
background-color css
<style>
a { background-color: #1B7BED; }
a { background-color: rgb(27,123,237); }
div.DivClassName
{
background-color: #1B7BED;
}
.BgClassName
{
background-color: #1B7BED;
}
</style>
border-color css
<style>
span { border-color: #1B7BED; }
span { border-color: rgb(27,123,237); }
td.TdClassName
{
border-color: #1B7BED;
}
.TagClassName
{
border-color: #1B7BED;
}
</style>