Shades of Dodger Blue #138CF0
Tints of Dodger Blue #138CF0
RGB
CMYK
RGB Variations
Color information
#138CF0 (or 0x138CF0) is known color: Dodger Blue. HEX triplet: 13, 8C and F0. RGB value is (19,140,240). Sum of RGB (Red+Green+Blue) = 19+140+240=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #138CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CF0 is #EC730F. Grayscale: #727272. Windows color (decimal): -15495952 or 15764499. OLE color: 15764499.
HSL color Cylindrical-coordinate representation of color #138CF0: hue angle of 207.15º degrees, saturation: 0.88, 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 #138CF0 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 140 | 240 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.06 |
| HSL | 207.15º | 0.88% | 0.51% | - |
| HSV(B) | 207.15º | 0.92% | 0.94% | - |
| XYZ | 25.37 | 25.19 | 85.96 | - |
| YUV | 115.22 | 198.41 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 240 | 0.92 | 0.42 | 0 | 0.06 | 207.15 | 0.88 | 0.51 |
| Hex | 13 | 8C | F0 | 5C | 2A | 0 | 6 | CF | 58 | 33 |
| Octal | 23 | 214 | 360 | 134 | 52 | 0 | 6 | 317 | 130 | 63 |
| Binary | 10011 | 10001100 | 11110000 | 1011100 | 101010 | 0 | 110 | 11001111 | 1011000 | 110011 |
Color Harmonies of #138CF0
Complementary color
Monochromatic Colors of #138CF0
Black with #138CF0
Text Example
Text Example
White with #138CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CF0; }
p { color: rgb(19,140,240); }
H1.HeaderClassName
{
color: #138CF0;
}
.AnyTagClassName
{
color: #138CF0;
}
</style>
background-color css
<style>
a { background-color: #138CF0; }
a { background-color: rgb(19,140,240); }
div.DivClassName
{
background-color: #138CF0;
}
.BgClassName
{
background-color: #138CF0;
}
</style>
border-color css
<style>
span { border-color: #138CF0; }
span { border-color: rgb(19,140,240); }
td.TdClassName
{
border-color: #138CF0;
}
.TagClassName
{
border-color: #138CF0;
}
</style>