Shades of Dodger Blue #138CF3
Tints of Dodger Blue #138CF3
RGB
CMYK
RGB Variations
Color information
#138CF3 (or 0x138CF3) is known color: Dodger Blue. HEX triplet: 13, 8C and F3. RGB value is (19,140,243). Sum of RGB (Red+Green+Blue) = 19+140+243=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 243 (95.31% from 255 or 60.45% from 402); Max value from RGB is 243 - color contains mainly: blue. Hex color #138CF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CF3 is #EC730C. Grayscale: #737373. Windows color (decimal): -15495949 or 15961107. OLE color: 15961107.
HSL color Cylindrical-coordinate representation of color #138CF3: hue angle of 207.59º degrees, saturation: 0.9, 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 #138CF3 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 140 | 243 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.05 |
| HSL | 207.59º | 0.9% | 0.51% | - |
| HSV(B) | 207.59º | 0.92% | 0.95% | - |
| XYZ | 25.82 | 25.37 | 88.33 | - |
| YUV | 115.56 | 199.91 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 243 | 0.92 | 0.42 | 0 | 0.05 | 207.59 | 0.9 | 0.51 |
| Hex | 13 | 8C | F3 | 5C | 2A | 0 | 5 | D0 | 5A | 33 |
| Octal | 23 | 214 | 363 | 134 | 52 | 0 | 5 | 320 | 132 | 63 |
| Binary | 10011 | 10001100 | 11110011 | 1011100 | 101010 | 0 | 101 | 11010000 | 1011010 | 110011 |
Color Harmonies of #138CF3
Complementary color
Monochromatic Colors of #138CF3
Black with #138CF3
Text Example
Text Example
White with #138CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CF3; }
p { color: rgb(19,140,243); }
H1.HeaderClassName
{
color: #138CF3;
}
.AnyTagClassName
{
color: #138CF3;
}
</style>
background-color css
<style>
a { background-color: #138CF3; }
a { background-color: rgb(19,140,243); }
div.DivClassName
{
background-color: #138CF3;
}
.BgClassName
{
background-color: #138CF3;
}
</style>
border-color css
<style>
span { border-color: #138CF3; }
span { border-color: rgb(19,140,243); }
td.TdClassName
{
border-color: #138CF3;
}
.TagClassName
{
border-color: #138CF3;
}
</style>