Shades of Dodger Blue #1B9BFA
Tints of Dodger Blue #1B9BFA
RGB
CMYK
RGB Variations
Color information
#1B9BFA (or 0x1B9BFA) is known color: Dodger Blue. HEX triplet: 1B, 9B and FA. RGB value is (27,155,250). Sum of RGB (Red+Green+Blue) = 27+155+250=432 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.25% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B9BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9BFA is #E46405. Grayscale: #7F7F7F. Windows color (decimal): -14967814 or 16423707. OLE color: 16423707.
HSL color Cylindrical-coordinate representation of color #1B9BFA: hue angle of 205.56º 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 #1B9BFA is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 155 | 250 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.02 |
| HSL | 205.56º | 0.96% | 0.54% | - |
| HSV(B) | 205.56º | 0.89% | 0.98% | - |
| XYZ | 29.43 | 30.58 | 94.79 | - |
| YUV | 127.56 | 197.09 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 155 | 250 | 0.89 | 0.38 | 0 | 0.02 | 205.56 | 0.96 | 0.54 |
| Hex | 1B | 9B | FA | 59 | 26 | 0 | 2 | CE | 60 | 36 |
| Octal | 33 | 233 | 372 | 131 | 46 | 0 | 2 | 316 | 140 | 66 |
| Binary | 11011 | 10011011 | 11111010 | 1011001 | 100110 | 0 | 10 | 11001110 | 1100000 | 110110 |
Color Harmonies of #1B9BFA
Complementary color
Monochromatic Colors of #1B9BFA
Black with #1B9BFA
Text Example
Text Example
White with #1B9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9BFA; }
p { color: rgb(27,155,250); }
H1.HeaderClassName
{
color: #1B9BFA;
}
.AnyTagClassName
{
color: #1B9BFA;
}
</style>
background-color css
<style>
a { background-color: #1B9BFA; }
a { background-color: rgb(27,155,250); }
div.DivClassName
{
background-color: #1B9BFA;
}
.BgClassName
{
background-color: #1B9BFA;
}
</style>
border-color css
<style>
span { border-color: #1B9BFA; }
span { border-color: rgb(27,155,250); }
td.TdClassName
{
border-color: #1B9BFA;
}
.TagClassName
{
border-color: #1B9BFA;
}
</style>