Shades of Dodger Blue #138CF1
Tints of Dodger Blue #138CF1
RGB
CMYK
RGB Variations
Color information
#138CF1 (or 0x138CF1) is known color: Dodger Blue. HEX triplet: 13, 8C and F1. RGB value is (19,140,241). Sum of RGB (Red+Green+Blue) = 19+140+241=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #138CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CF1 is #EC730E. Grayscale: #727272. Windows color (decimal): -15495951 or 15830035. OLE color: 15830035.
HSL color Cylindrical-coordinate representation of color #138CF1: hue angle of 207.3º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CF1 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 140 | 241 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.05 |
| HSL | 207.3º | 0.89% | 0.51% | - |
| HSV(B) | 207.3º | 0.92% | 0.95% | - |
| XYZ | 25.52 | 25.25 | 86.75 | - |
| YUV | 115.34 | 198.91 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 241 | 0.92 | 0.42 | 0 | 0.05 | 207.3 | 0.89 | 0.51 |
| Hex | 13 | 8C | F1 | 5C | 2A | 0 | 5 | CF | 59 | 33 |
| Octal | 23 | 214 | 361 | 134 | 52 | 0 | 5 | 317 | 131 | 63 |
| Binary | 10011 | 10001100 | 11110001 | 1011100 | 101010 | 0 | 101 | 11001111 | 1011001 | 110011 |
Color Harmonies of #138CF1
Complementary color
Monochromatic Colors of #138CF1
Black with #138CF1
Text Example
Text Example
White with #138CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CF1; }
p { color: rgb(19,140,241); }
H1.HeaderClassName
{
color: #138CF1;
}
.AnyTagClassName
{
color: #138CF1;
}
</style>
background-color css
<style>
a { background-color: #138CF1; }
a { background-color: rgb(19,140,241); }
div.DivClassName
{
background-color: #138CF1;
}
.BgClassName
{
background-color: #138CF1;
}
</style>
border-color css
<style>
span { border-color: #138CF1; }
span { border-color: rgb(19,140,241); }
td.TdClassName
{
border-color: #138CF1;
}
.TagClassName
{
border-color: #138CF1;
}
</style>