Shades of Dodger Blue #1B9CFF
Tints of Dodger Blue #1B9CFF
RGB
CMYK
RGB Variations
Color information
#1B9CFF (or 0x1B9CFF) is known color: Dodger Blue. HEX triplet: 1B, 9C and FF. RGB value is (27,156,255). Sum of RGB (Red+Green+Blue) = 27+156+255=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B9CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9CFF is #E46300. Grayscale: #808080. Windows color (decimal): -14967553 or 16751643. OLE color: 16751643.
HSL color Cylindrical-coordinate representation of color #1B9CFF: hue angle of 206.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B9CFF is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 156 | 255 | - |
| CMYK | 0.89 | 0.39 | 0 | 0 |
| HSL | 206.05º | 1% | 0.55% | - |
| HSV(B) | 206.05º | 0.89% | 1% | - |
| XYZ | 30.39 | 31.23 | 99.03 | - |
| YUV | 128.72 | 199.26 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 156 | 255 | 0.89 | 0.39 | 0 | 0 | 206.05 | 1 | 0.55 |
| Hex | 1B | 9C | FF | 59 | 27 | 0 | 0 | CE | 64 | 37 |
| Octal | 33 | 234 | 377 | 131 | 47 | 0 | 0 | 316 | 144 | 67 |
| Binary | 11011 | 10011100 | 11111111 | 1011001 | 100111 | 0 | 0 | 11001110 | 1100100 | 110111 |
Color Harmonies of #1B9CFF
Complementary color
Monochromatic Colors of #1B9CFF
Black with #1B9CFF
Text Example
Text Example
White with #1B9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9CFF; }
p { color: rgb(27,156,255); }
H1.HeaderClassName
{
color: #1B9CFF;
}
.AnyTagClassName
{
color: #1B9CFF;
}
</style>
background-color css
<style>
a { background-color: #1B9CFF; }
a { background-color: rgb(27,156,255); }
div.DivClassName
{
background-color: #1B9CFF;
}
.BgClassName
{
background-color: #1B9CFF;
}
</style>
border-color css
<style>
span { border-color: #1B9CFF; }
span { border-color: rgb(27,156,255); }
td.TdClassName
{
border-color: #1B9CFF;
}
.TagClassName
{
border-color: #1B9CFF;
}
</style>