Shades of Dodger Blue #149CEF
Tints of Dodger Blue #149CEF
RGB
CMYK
RGB Variations
Color information
#149CEF (or 0x149CEF) is known color: Dodger Blue. HEX triplet: 14, 9C and EF. RGB value is (20,156,239). Sum of RGB (Red+Green+Blue) = 20+156+239=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #149CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #149CEF is #EB6310. Grayscale: #7C7C7C. Windows color (decimal): -15426321 or 15703060. OLE color: 15703060.
HSL color Cylindrical-coordinate representation of color #149CEF: hue angle of 202.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149CEF is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 156 | 239 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.06 |
| HSL | 202.74º | 0.87% | 0.51% | - |
| HSV(B) | 202.74º | 0.92% | 0.94% | - |
| XYZ | 27.76 | 30.16 | 86.02 | - |
| YUV | 124.8 | 192.44 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 239 | 0.92 | 0.35 | 0 | 0.06 | 202.74 | 0.87 | 0.51 |
| Hex | 14 | 9C | EF | 5C | 23 | 0 | 6 | CB | 57 | 33 |
| Octal | 24 | 234 | 357 | 134 | 43 | 0 | 6 | 313 | 127 | 63 |
| Binary | 10100 | 10011100 | 11101111 | 1011100 | 100011 | 0 | 110 | 11001011 | 1010111 | 110011 |
Color Harmonies of #149CEF
Complementary color
Monochromatic Colors of #149CEF
Black with #149CEF
Text Example
Text Example
White with #149CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CEF; }
p { color: rgb(20,156,239); }
H1.HeaderClassName
{
color: #149CEF;
}
.AnyTagClassName
{
color: #149CEF;
}
</style>
background-color css
<style>
a { background-color: #149CEF; }
a { background-color: rgb(20,156,239); }
div.DivClassName
{
background-color: #149CEF;
}
.BgClassName
{
background-color: #149CEF;
}
</style>
border-color css
<style>
span { border-color: #149CEF; }
span { border-color: rgb(20,156,239); }
td.TdClassName
{
border-color: #149CEF;
}
.TagClassName
{
border-color: #149CEF;
}
</style>