Shades of Dodger Blue #1B93FF
Tints of Dodger Blue #1B93FF
RGB
CMYK
RGB Variations
Color information
#1B93FF (or 0x1B93FF) is known color: Dodger Blue. HEX triplet: 1B, 93 and FF. RGB value is (27,147,255). Sum of RGB (Red+Green+Blue) = 27+147+255=429 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.29% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B93FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B93FF is #E46C00. Grayscale: #7A7A7A. Windows color (decimal): -14969857 or 16749339. OLE color: 16749339.
HSL color Cylindrical-coordinate representation of color #1B93FF: hue angle of 208.42º 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 #1B93FF is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 147 | 255 | - |
| CMYK | 0.89 | 0.42 | 0 | 0 |
| HSL | 208.42º | 1% | 0.55% | - |
| HSV(B) | 208.42º | 0.89% | 1% | - |
| XYZ | 28.94 | 28.32 | 98.55 | - |
| YUV | 123.43 | 202.24 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 147 | 255 | 0.89 | 0.42 | 0 | 0 | 208.42 | 1 | 0.55 |
| Hex | 1B | 93 | FF | 59 | 2A | 0 | 0 | D0 | 64 | 37 |
| Octal | 33 | 223 | 377 | 131 | 52 | 0 | 0 | 320 | 144 | 67 |
| Binary | 11011 | 10010011 | 11111111 | 1011001 | 101010 | 0 | 0 | 11010000 | 1100100 | 110111 |
Color Harmonies of #1B93FF
Complementary color
Monochromatic Colors of #1B93FF
Black with #1B93FF
Text Example
Text Example
White with #1B93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B93FF; }
p { color: rgb(27,147,255); }
H1.HeaderClassName
{
color: #1B93FF;
}
.AnyTagClassName
{
color: #1B93FF;
}
</style>
background-color css
<style>
a { background-color: #1B93FF; }
a { background-color: rgb(27,147,255); }
div.DivClassName
{
background-color: #1B93FF;
}
.BgClassName
{
background-color: #1B93FF;
}
</style>
border-color css
<style>
span { border-color: #1B93FF; }
span { border-color: rgb(27,147,255); }
td.TdClassName
{
border-color: #1B93FF;
}
.TagClassName
{
border-color: #1B93FF;
}
</style>