Shades of Dodger Blue #1B7FE8
Tints of Dodger Blue #1B7FE8
RGB
CMYK
RGB Variations
Color information
#1B7FE8 (or 0x1B7FE8) is known color: Dodger Blue. HEX triplet: 1B, 7F and E8. RGB value is (27,127,232). Sum of RGB (Red+Green+Blue) = 27+127+232=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #1B7FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7FE8 is #E48017. Grayscale: #6C6C6C. Windows color (decimal): -14975000 or 15236891. OLE color: 15236891.
HSL color Cylindrical-coordinate representation of color #1B7FE8: hue angle of 210.73º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B7FE8 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 127 | 232 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.09 |
| HSL | 210.73º | 0.82% | 0.51% | - |
| HSV(B) | 210.73º | 0.88% | 0.91% | - |
| XYZ | 22.61 | 21.24 | 79.25 | - |
| YUV | 109.07 | 197.37 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 232 | 0.88 | 0.45 | 0 | 0.09 | 210.73 | 0.82 | 0.51 |
| Hex | 1B | 7F | E8 | 58 | 2D | 0 | 9 | D3 | 52 | 33 |
| Octal | 33 | 177 | 350 | 130 | 55 | 0 | 11 | 323 | 122 | 63 |
| Binary | 11011 | 1111111 | 11101000 | 1011000 | 101101 | 0 | 1001 | 11010011 | 1010010 | 110011 |
Color Harmonies of #1B7FE8
Complementary color
Monochromatic Colors of #1B7FE8
Black with #1B7FE8
Text Example
Text Example
White with #1B7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7FE8; }
p { color: rgb(27,127,232); }
H1.HeaderClassName
{
color: #1B7FE8;
}
.AnyTagClassName
{
color: #1B7FE8;
}
</style>
background-color css
<style>
a { background-color: #1B7FE8; }
a { background-color: rgb(27,127,232); }
div.DivClassName
{
background-color: #1B7FE8;
}
.BgClassName
{
background-color: #1B7FE8;
}
</style>
border-color css
<style>
span { border-color: #1B7FE8; }
span { border-color: rgb(27,127,232); }
td.TdClassName
{
border-color: #1B7FE8;
}
.TagClassName
{
border-color: #1B7FE8;
}
</style>