Shades of Dodger Blue #149BE8
Tints of Dodger Blue #149BE8
RGB
CMYK
RGB Variations
Color information
#149BE8 (or 0x149BE8) is known color: Dodger Blue. HEX triplet: 14, 9B and E8. RGB value is (20,155,232). Sum of RGB (Red+Green+Blue) = 20+155+232=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #149BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149BE8 is #EB6417. Grayscale: #7A7A7A. Windows color (decimal): -15426584 or 15244052. OLE color: 15244052.
HSL color Cylindrical-coordinate representation of color #149BE8: hue angle of 201.79º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149BE8 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 155 | 232 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.09 |
| HSL | 201.79º | 0.84% | 0.49% | - |
| HSV(B) | 201.79º | 0.91% | 0.91% | - |
| XYZ | 26.58 | 29.42 | 80.62 | - |
| YUV | 123.41 | 189.27 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 232 | 0.91 | 0.33 | 0 | 0.09 | 201.79 | 0.84 | 0.49 |
| Hex | 14 | 9B | E8 | 5B | 21 | 0 | 9 | CA | 54 | 31 |
| Octal | 24 | 233 | 350 | 133 | 41 | 0 | 11 | 312 | 124 | 61 |
| Binary | 10100 | 10011011 | 11101000 | 1011011 | 100001 | 0 | 1001 | 11001010 | 1010100 | 110001 |
Color Harmonies of #149BE8
Complementary color
Monochromatic Colors of #149BE8
Black with #149BE8
Text Example
Text Example
White with #149BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BE8; }
p { color: rgb(20,155,232); }
H1.HeaderClassName
{
color: #149BE8;
}
.AnyTagClassName
{
color: #149BE8;
}
</style>
background-color css
<style>
a { background-color: #149BE8; }
a { background-color: rgb(20,155,232); }
div.DivClassName
{
background-color: #149BE8;
}
.BgClassName
{
background-color: #149BE8;
}
</style>
border-color css
<style>
span { border-color: #149BE8; }
span { border-color: rgb(20,155,232); }
td.TdClassName
{
border-color: #149BE8;
}
.TagClassName
{
border-color: #149BE8;
}
</style>