Shades of Dodger Blue #1B97DF
Tints of Dodger Blue #1B97DF
RGB
CMYK
RGB Variations
Color information
#1B97DF (or 0x1B97DF) is known color: Dodger Blue. HEX triplet: 1B, 97 and DF. RGB value is (27,151,223). Sum of RGB (Red+Green+Blue) = 27+151+223=401 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.73% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B97DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B97DF is #E46820. Grayscale: #797979. Windows color (decimal): -14968865 or 14653211. OLE color: 14653211.
HSL color Cylindrical-coordinate representation of color #1B97DF: hue angle of 202.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B97DF is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 151 | 223 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.13 |
| HSL | 202.04º | 0.78% | 0.49% | - |
| HSV(B) | 202.04º | 0.88% | 0.87% | - |
| XYZ | 24.84 | 27.69 | 73.85 | - |
| YUV | 122.13 | 184.92 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 151 | 223 | 0.88 | 0.32 | 0 | 0.13 | 202.04 | 0.78 | 0.49 |
| Hex | 1B | 97 | DF | 58 | 20 | 0 | D | CA | 4E | 31 |
| Octal | 33 | 227 | 337 | 130 | 40 | 0 | 15 | 312 | 116 | 61 |
| Binary | 11011 | 10010111 | 11011111 | 1011000 | 100000 | 0 | 1101 | 11001010 | 1001110 | 110001 |
Color Harmonies of #1B97DF
Complementary color
Monochromatic Colors of #1B97DF
Black with #1B97DF
Text Example
Text Example
White with #1B97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B97DF; }
p { color: rgb(27,151,223); }
H1.HeaderClassName
{
color: #1B97DF;
}
.AnyTagClassName
{
color: #1B97DF;
}
</style>
background-color css
<style>
a { background-color: #1B97DF; }
a { background-color: rgb(27,151,223); }
div.DivClassName
{
background-color: #1B97DF;
}
.BgClassName
{
background-color: #1B97DF;
}
</style>
border-color css
<style>
span { border-color: #1B97DF; }
span { border-color: rgb(27,151,223); }
td.TdClassName
{
border-color: #1B97DF;
}
.TagClassName
{
border-color: #1B97DF;
}
</style>