Shades of Dodger Blue #1B7BF8
Tints of Dodger Blue #1B7BF8
RGB
CMYK
RGB Variations
Color information
#1B7BF8 (or 0x1B7BF8) is known color: Dodger Blue. HEX triplet: 1B, 7B and F8. RGB value is (27,123,248). Sum of RGB (Red+Green+Blue) = 27+123+248=398 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.78% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #1B7BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7BF8 is #E48407. Grayscale: #6B6B6B. Windows color (decimal): -14976008 or 16284443. OLE color: 16284443.
HSL color Cylindrical-coordinate representation of color #1B7BF8: hue angle of 213.94º 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 #1B7BF8 is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 123 | 248 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.03 |
| HSL | 213.94º | 0.94% | 0.54% | - |
| HSV(B) | 213.94º | 0.89% | 0.97% | - |
| XYZ | 24.48 | 21.18 | 91.6 | - |
| YUV | 108.55 | 206.7 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 248 | 0.89 | 0.50 | 0 | 0.03 | 213.94 | 0.94 | 0.54 |
| Hex | 1B | 7B | F8 | 59 | 32 | 0 | 3 | D6 | 5E | 36 |
| Octal | 33 | 173 | 370 | 131 | 62 | 0 | 3 | 326 | 136 | 66 |
| Binary | 11011 | 1111011 | 11111000 | 1011001 | 110010 | 0 | 11 | 11010110 | 1011110 | 110110 |
Color Harmonies of #1B7BF8
Complementary color
Monochromatic Colors of #1B7BF8
Black with #1B7BF8
Text Example
Text Example
White with #1B7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7BF8; }
p { color: rgb(27,123,248); }
H1.HeaderClassName
{
color: #1B7BF8;
}
.AnyTagClassName
{
color: #1B7BF8;
}
</style>
background-color css
<style>
a { background-color: #1B7BF8; }
a { background-color: rgb(27,123,248); }
div.DivClassName
{
background-color: #1B7BF8;
}
.BgClassName
{
background-color: #1B7BF8;
}
</style>
border-color css
<style>
span { border-color: #1B7BF8; }
span { border-color: rgb(27,123,248); }
td.TdClassName
{
border-color: #1B7BF8;
}
.TagClassName
{
border-color: #1B7BF8;
}
</style>