Shades of Dodger Blue #1B7DF8
Tints of Dodger Blue #1B7DF8
RGB
CMYK
RGB Variations
Color information
#1B7DF8 (or 0x1B7DF8) is known color: Dodger Blue. HEX triplet: 1B, 7D and F8. RGB value is (27,125,248). Sum of RGB (Red+Green+Blue) = 27+125+248=400 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 248 (97.27% from 255 or 62% from 400); Max value from RGB is 248 - color contains mainly: blue. Hex color #1B7DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7DF8 is #E48207. Grayscale: #6D6D6D. Windows color (decimal): -14975496 or 16284955. OLE color: 16284955.
HSL color Cylindrical-coordinate representation of color #1B7DF8: hue angle of 213.39º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7DF8 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 125 | 248 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.03 |
| HSL | 213.39º | 0.94% | 0.54% | - |
| HSV(B) | 213.39º | 0.89% | 0.97% | - |
| XYZ | 24.73 | 21.68 | 91.69 | - |
| YUV | 109.72 | 206.03 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 248 | 0.89 | 0.50 | 0 | 0.03 | 213.39 | 0.94 | 0.54 |
| Hex | 1B | 7D | F8 | 59 | 32 | 0 | 3 | D5 | 5E | 36 |
| Octal | 33 | 175 | 370 | 131 | 62 | 0 | 3 | 325 | 136 | 66 |
| Binary | 11011 | 1111101 | 11111000 | 1011001 | 110010 | 0 | 11 | 11010101 | 1011110 | 110110 |
Color Harmonies of #1B7DF8
Complementary color
Monochromatic Colors of #1B7DF8
Black with #1B7DF8
Text Example
Text Example
White with #1B7DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7DF8; }
p { color: rgb(27,125,248); }
H1.HeaderClassName
{
color: #1B7DF8;
}
.AnyTagClassName
{
color: #1B7DF8;
}
</style>
background-color css
<style>
a { background-color: #1B7DF8; }
a { background-color: rgb(27,125,248); }
div.DivClassName
{
background-color: #1B7DF8;
}
.BgClassName
{
background-color: #1B7DF8;
}
</style>
border-color css
<style>
span { border-color: #1B7DF8; }
span { border-color: rgb(27,125,248); }
td.TdClassName
{
border-color: #1B7DF8;
}
.TagClassName
{
border-color: #1B7DF8;
}
</style>