Shades of Dodger Blue #1369F3
Tints of Dodger Blue #1369F3
RGB
CMYK
RGB Variations
Color information
#1369F3 (or 0x1369F3) is known color: Dodger Blue. HEX triplet: 13, 69 and F3. RGB value is (19,105,243). Sum of RGB (Red+Green+Blue) = 19+105+243=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 243 (95.31% from 255 or 66.21% from 367); Max value from RGB is 243 - color contains mainly: blue. Hex color #1369F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1369F3 is #EC960C. Grayscale: #5E5E5E. Windows color (decimal): -15504909 or 15952147. OLE color: 15952147.
HSL color Cylindrical-coordinate representation of color #1369F3: hue angle of 216.96º 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 #1369F3 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 105 | 243 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.05 |
| HSL | 216.96º | 0.9% | 0.51% | - |
| HSV(B) | 216.96º | 0.92% | 0.95% | - |
| XYZ | 21.5 | 16.71 | 86.89 | - |
| YUV | 95.02 | 211.51 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 243 | 0.92 | 0.57 | 0 | 0.05 | 216.96 | 0.9 | 0.51 |
| Hex | 13 | 69 | F3 | 5C | 39 | 0 | 5 | D9 | 5A | 33 |
| Octal | 23 | 151 | 363 | 134 | 71 | 0 | 5 | 331 | 132 | 63 |
| Binary | 10011 | 1101001 | 11110011 | 1011100 | 111001 | 0 | 101 | 11011001 | 1011010 | 110011 |
Color Harmonies of #1369F3
Complementary color
Monochromatic Colors of #1369F3
Black with #1369F3
Text Example
Text Example
White with #1369F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1369F3; }
p { color: rgb(19,105,243); }
H1.HeaderClassName
{
color: #1369F3;
}
.AnyTagClassName
{
color: #1369F3;
}
</style>
background-color css
<style>
a { background-color: #1369F3; }
a { background-color: rgb(19,105,243); }
div.DivClassName
{
background-color: #1369F3;
}
.BgClassName
{
background-color: #1369F3;
}
</style>
border-color css
<style>
span { border-color: #1369F3; }
span { border-color: rgb(19,105,243); }
td.TdClassName
{
border-color: #1369F3;
}
.TagClassName
{
border-color: #1369F3;
}
</style>