Shades of Dodger Blue #1B78E5
Tints of Dodger Blue #1B78E5
RGB
CMYK
RGB Variations
Color information
#1B78E5 (or 0x1B78E5) is known color: Dodger Blue. HEX triplet: 1B, 78 and E5. RGB value is (27,120,229). Sum of RGB (Red+Green+Blue) = 27+120+229=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #1B78E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B78E5 is #E4871A. Grayscale: #686868. Windows color (decimal): -14976795 or 15038491. OLE color: 15038491.
HSL color Cylindrical-coordinate representation of color #1B78E5: hue angle of 212.38º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B78E5 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 120 | 229 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.10 |
| HSL | 212.38º | 0.8% | 0.5% | - |
| HSV(B) | 212.38º | 0.88% | 0.9% | - |
| XYZ | 21.31 | 19.32 | 76.74 | - |
| YUV | 104.62 | 198.19 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 229 | 0.88 | 0.48 | 0 | 0.10 | 212.38 | 0.8 | 0.5 |
| Hex | 1B | 78 | E5 | 58 | 30 | 0 | A | D4 | 50 | 32 |
| Octal | 33 | 170 | 345 | 130 | 60 | 0 | 12 | 324 | 120 | 62 |
| Binary | 11011 | 1111000 | 11100101 | 1011000 | 110000 | 0 | 1010 | 11010100 | 1010000 | 110010 |
Color Harmonies of #1B78E5
Complementary color
Monochromatic Colors of #1B78E5
Black with #1B78E5
Text Example
Text Example
White with #1B78E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B78E5; }
p { color: rgb(27,120,229); }
H1.HeaderClassName
{
color: #1B78E5;
}
.AnyTagClassName
{
color: #1B78E5;
}
</style>
background-color css
<style>
a { background-color: #1B78E5; }
a { background-color: rgb(27,120,229); }
div.DivClassName
{
background-color: #1B78E5;
}
.BgClassName
{
background-color: #1B78E5;
}
</style>
border-color css
<style>
span { border-color: #1B78E5; }
span { border-color: rgb(27,120,229); }
td.TdClassName
{
border-color: #1B78E5;
}
.TagClassName
{
border-color: #1B78E5;
}
</style>