Shades of Dodger Blue #1B7CE1
Tints of Dodger Blue #1B7CE1
RGB
CMYK
RGB Variations
Color information
#1B7CE1 (or 0x1B7CE1) is known color: Dodger Blue. HEX triplet: 1B, 7C and E1. RGB value is (27,124,225). Sum of RGB (Red+Green+Blue) = 27+124+225=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #1B7CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7CE1 is #E4831E. Grayscale: #6A6A6A. Windows color (decimal): -14975775 or 14777371. OLE color: 14777371.
HSL color Cylindrical-coordinate representation of color #1B7CE1: hue angle of 210.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7CE1 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 124 | 225 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.12 |
| HSL | 210.61º | 0.79% | 0.49% | - |
| HSV(B) | 210.61º | 0.88% | 0.88% | - |
| XYZ | 21.25 | 20.08 | 73.99 | - |
| YUV | 106.51 | 194.86 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 225 | 0.88 | 0.45 | 0 | 0.12 | 210.61 | 0.79 | 0.49 |
| Hex | 1B | 7C | E1 | 58 | 2D | 0 | C | D3 | 4F | 31 |
| Octal | 33 | 174 | 341 | 130 | 55 | 0 | 14 | 323 | 117 | 61 |
| Binary | 11011 | 1111100 | 11100001 | 1011000 | 101101 | 0 | 1100 | 11010011 | 1001111 | 110001 |
Color Harmonies of #1B7CE1
Complementary color
Monochromatic Colors of #1B7CE1
Black with #1B7CE1
Text Example
Text Example
White with #1B7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CE1; }
p { color: rgb(27,124,225); }
H1.HeaderClassName
{
color: #1B7CE1;
}
.AnyTagClassName
{
color: #1B7CE1;
}
</style>
background-color css
<style>
a { background-color: #1B7CE1; }
a { background-color: rgb(27,124,225); }
div.DivClassName
{
background-color: #1B7CE1;
}
.BgClassName
{
background-color: #1B7CE1;
}
</style>
border-color css
<style>
span { border-color: #1B7CE1; }
span { border-color: rgb(27,124,225); }
td.TdClassName
{
border-color: #1B7CE1;
}
.TagClassName
{
border-color: #1B7CE1;
}
</style>