Shades of Dodger Blue #138AF5
Tints of Dodger Blue #138AF5
RGB
CMYK
RGB Variations
Color information
#138AF5 (or 0x138AF5) is known color: Dodger Blue. HEX triplet: 13, 8A and F5. RGB value is (19,138,245). Sum of RGB (Red+Green+Blue) = 19+138+245=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #138AF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138AF5 is #EC750A. Grayscale: #727272. Windows color (decimal): -15496459 or 16091667. OLE color: 16091667.
HSL color Cylindrical-coordinate representation of color #138AF5: hue angle of 208.41º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138AF5 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 138 | 245 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.04 |
| HSL | 208.41º | 0.92% | 0.52% | - |
| HSV(B) | 208.41º | 0.92% | 0.96% | - |
| XYZ | 25.84 | 24.91 | 89.83 | - |
| YUV | 114.62 | 201.58 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 245 | 0.92 | 0.44 | 0 | 0.04 | 208.41 | 0.92 | 0.52 |
| Hex | 13 | 8A | F5 | 5C | 2C | 0 | 4 | D0 | 5C | 34 |
| Octal | 23 | 212 | 365 | 134 | 54 | 0 | 4 | 320 | 134 | 64 |
| Binary | 10011 | 10001010 | 11110101 | 1011100 | 101100 | 0 | 100 | 11010000 | 1011100 | 110100 |
Color Harmonies of #138AF5
Complementary color
Monochromatic Colors of #138AF5
Black with #138AF5
Text Example
Text Example
White with #138AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AF5; }
p { color: rgb(19,138,245); }
H1.HeaderClassName
{
color: #138AF5;
}
.AnyTagClassName
{
color: #138AF5;
}
</style>
background-color css
<style>
a { background-color: #138AF5; }
a { background-color: rgb(19,138,245); }
div.DivClassName
{
background-color: #138AF5;
}
.BgClassName
{
background-color: #138AF5;
}
</style>
border-color css
<style>
span { border-color: #138AF5; }
span { border-color: rgb(19,138,245); }
td.TdClassName
{
border-color: #138AF5;
}
.TagClassName
{
border-color: #138AF5;
}
</style>