Shades of Dodger Blue #1384F3
Tints of Dodger Blue #1384F3
RGB
CMYK
RGB Variations
Color information
#1384F3 (or 0x1384F3) is known color: Dodger Blue. HEX triplet: 13, 84 and F3. RGB value is (19,132,243). Sum of RGB (Red+Green+Blue) = 19+132+243=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 243 (95.31% from 255 or 61.68% from 394); Max value from RGB is 243 - color contains mainly: blue. Hex color #1384F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1384F3 is #EC7B0C. Grayscale: #6E6E6E. Windows color (decimal): -15497997 or 15959059. OLE color: 15959059.
HSL color Cylindrical-coordinate representation of color #1384F3: hue angle of 209.73º 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 #1384F3 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 132 | 243 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.05 |
| HSL | 209.73º | 0.9% | 0.51% | - |
| HSV(B) | 209.73º | 0.92% | 0.95% | - |
| XYZ | 24.7 | 23.11 | 87.95 | - |
| YUV | 110.87 | 202.56 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 243 | 0.92 | 0.46 | 0 | 0.05 | 209.73 | 0.9 | 0.51 |
| Hex | 13 | 84 | F3 | 5C | 2E | 0 | 5 | D2 | 5A | 33 |
| Octal | 23 | 204 | 363 | 134 | 56 | 0 | 5 | 322 | 132 | 63 |
| Binary | 10011 | 10000100 | 11110011 | 1011100 | 101110 | 0 | 101 | 11010010 | 1011010 | 110011 |
Color Harmonies of #1384F3
Complementary color
Monochromatic Colors of #1384F3
Black with #1384F3
Text Example
Text Example
White with #1384F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1384F3; }
p { color: rgb(19,132,243); }
H1.HeaderClassName
{
color: #1384F3;
}
.AnyTagClassName
{
color: #1384F3;
}
</style>
background-color css
<style>
a { background-color: #1384F3; }
a { background-color: rgb(19,132,243); }
div.DivClassName
{
background-color: #1384F3;
}
.BgClassName
{
background-color: #1384F3;
}
</style>
border-color css
<style>
span { border-color: #1384F3; }
span { border-color: rgb(19,132,243); }
td.TdClassName
{
border-color: #1384F3;
}
.TagClassName
{
border-color: #1384F3;
}
</style>