Shades of Dodger Blue #1B7FFA
Tints of Dodger Blue #1B7FFA
RGB
CMYK
RGB Variations
Color information
#1B7FFA (or 0x1B7FFA) is known color: Dodger Blue. HEX triplet: 1B, 7F and FA. RGB value is (27,127,250). Sum of RGB (Red+Green+Blue) = 27+127+250=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B7FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7FFA is #E48005. Grayscale: #6E6E6E. Windows color (decimal): -14974982 or 16416539. OLE color: 16416539.
HSL color Cylindrical-coordinate representation of color #1B7FFA: hue angle of 213.09º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7FFA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 127 | 250 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.02 |
| HSL | 213.09º | 0.96% | 0.54% | - |
| HSV(B) | 213.09º | 0.89% | 0.98% | - |
| XYZ | 25.3 | 22.31 | 93.42 | - |
| YUV | 111.12 | 206.37 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 250 | 0.89 | 0.49 | 0 | 0.02 | 213.09 | 0.96 | 0.54 |
| Hex | 1B | 7F | FA | 59 | 31 | 0 | 2 | D5 | 60 | 36 |
| Octal | 33 | 177 | 372 | 131 | 61 | 0 | 2 | 325 | 140 | 66 |
| Binary | 11011 | 1111111 | 11111010 | 1011001 | 110001 | 0 | 10 | 11010101 | 1100000 | 110110 |
Color Harmonies of #1B7FFA
Complementary color
Monochromatic Colors of #1B7FFA
Black with #1B7FFA
Text Example
Text Example
White with #1B7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7FFA; }
p { color: rgb(27,127,250); }
H1.HeaderClassName
{
color: #1B7FFA;
}
.AnyTagClassName
{
color: #1B7FFA;
}
</style>
background-color css
<style>
a { background-color: #1B7FFA; }
a { background-color: rgb(27,127,250); }
div.DivClassName
{
background-color: #1B7FFA;
}
.BgClassName
{
background-color: #1B7FFA;
}
</style>
border-color css
<style>
span { border-color: #1B7FFA; }
span { border-color: rgb(27,127,250); }
td.TdClassName
{
border-color: #1B7FFA;
}
.TagClassName
{
border-color: #1B7FFA;
}
</style>