Shades of Dodger Blue #149BFF
Tints of Dodger Blue #149BFF
RGB
CMYK
RGB Variations
Color information
#149BFF (or 0x149BFF) is known color: Dodger Blue. HEX triplet: 14, 9B and FF. RGB value is (20,155,255). Sum of RGB (Red+Green+Blue) = 20+155+255=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #149BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BFF is #EB6400. Grayscale: #7D7D7D. Windows color (decimal): -15426561 or 16751380. OLE color: 16751380.
HSL color Cylindrical-coordinate representation of color #149BFF: hue angle of 205.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149BFF is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 155 | 255 | - |
| CMYK | 0.92 | 0.39 | 0 | 0 |
| HSL | 205.53º | 1% | 0.54% | - |
| HSV(B) | 205.53º | 0.92% | 1% | - |
| XYZ | 30.06 | 30.81 | 98.97 | - |
| YUV | 126.04 | 200.77 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 255 | 0.92 | 0.39 | 0 | 0 | 205.53 | 1 | 0.54 |
| Hex | 14 | 9B | FF | 5C | 27 | 0 | 0 | CE | 64 | 36 |
| Octal | 24 | 233 | 377 | 134 | 47 | 0 | 0 | 316 | 144 | 66 |
| Binary | 10100 | 10011011 | 11111111 | 1011100 | 100111 | 0 | 0 | 11001110 | 1100100 | 110110 |
Color Harmonies of #149BFF
Complementary color
Monochromatic Colors of #149BFF
Black with #149BFF
Text Example
Text Example
White with #149BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BFF; }
p { color: rgb(20,155,255); }
H1.HeaderClassName
{
color: #149BFF;
}
.AnyTagClassName
{
color: #149BFF;
}
</style>
background-color css
<style>
a { background-color: #149BFF; }
a { background-color: rgb(20,155,255); }
div.DivClassName
{
background-color: #149BFF;
}
.BgClassName
{
background-color: #149BFF;
}
</style>
border-color css
<style>
span { border-color: #149BFF; }
span { border-color: rgb(20,155,255); }
td.TdClassName
{
border-color: #149BFF;
}
.TagClassName
{
border-color: #149BFF;
}
</style>