Shades of Dodger Blue #1B7CEB
Tints of Dodger Blue #1B7CEB
RGB
CMYK
RGB Variations
Color information
#1B7CEB (or 0x1B7CEB) is known color: Dodger Blue. HEX triplet: 1B, 7C and EB. RGB value is (27,124,235). Sum of RGB (Red+Green+Blue) = 27+124+235=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B7CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7CEB is #E48314. Grayscale: #6B6B6B. Windows color (decimal): -14975765 or 15432731. OLE color: 15432731.
HSL color Cylindrical-coordinate representation of color #1B7CEB: hue angle of 212.02º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7CEB is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 124 | 235 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.08 |
| HSL | 212.02º | 0.84% | 0.51% | - |
| HSV(B) | 212.02º | 0.89% | 0.92% | - |
| XYZ | 22.66 | 20.65 | 81.39 | - |
| YUV | 107.65 | 199.86 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 235 | 0.89 | 0.47 | 0 | 0.08 | 212.02 | 0.84 | 0.51 |
| Hex | 1B | 7C | EB | 59 | 2F | 0 | 8 | D4 | 54 | 33 |
| Octal | 33 | 174 | 353 | 131 | 57 | 0 | 10 | 324 | 124 | 63 |
| Binary | 11011 | 1111100 | 11101011 | 1011001 | 101111 | 0 | 1000 | 11010100 | 1010100 | 110011 |
Color Harmonies of #1B7CEB
Complementary color
Monochromatic Colors of #1B7CEB
Black with #1B7CEB
Text Example
Text Example
White with #1B7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CEB; }
p { color: rgb(27,124,235); }
H1.HeaderClassName
{
color: #1B7CEB;
}
.AnyTagClassName
{
color: #1B7CEB;
}
</style>
background-color css
<style>
a { background-color: #1B7CEB; }
a { background-color: rgb(27,124,235); }
div.DivClassName
{
background-color: #1B7CEB;
}
.BgClassName
{
background-color: #1B7CEB;
}
</style>
border-color css
<style>
span { border-color: #1B7CEB; }
span { border-color: rgb(27,124,235); }
td.TdClassName
{
border-color: #1B7CEB;
}
.TagClassName
{
border-color: #1B7CEB;
}
</style>