Shades of Dodger Blue #1279F3
Tints of Dodger Blue #1279F3
RGB
CMYK
RGB Variations
Color information
#1279F3 (or 0x1279F3) is known color: Dodger Blue. HEX triplet: 12, 79 and F3. RGB value is (18,121,243). Sum of RGB (Red+Green+Blue) = 18+121+243=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #1279F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1279F3 is #ED860C. Grayscale: #676767. Windows color (decimal): -15566349 or 15956242. OLE color: 15956242.
HSL color Cylindrical-coordinate representation of color #1279F3: hue angle of 212.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1279F3 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 121 | 243 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.05 |
| HSL | 212.53º | 0.9% | 0.51% | - |
| HSV(B) | 212.53º | 0.93% | 0.95% | - |
| XYZ | 23.26 | 20.27 | 87.48 | - |
| YUV | 104.11 | 206.38 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 243 | 0.93 | 0.50 | 0 | 0.05 | 212.53 | 0.9 | 0.51 |
| Hex | 12 | 79 | F3 | 5D | 32 | 0 | 5 | D5 | 5A | 33 |
| Octal | 22 | 171 | 363 | 135 | 62 | 0 | 5 | 325 | 132 | 63 |
| Binary | 10010 | 1111001 | 11110011 | 1011101 | 110010 | 0 | 101 | 11010101 | 1011010 | 110011 |
Color Harmonies of #1279F3
Complementary color
Monochromatic Colors of #1279F3
Black with #1279F3
Text Example
Text Example
White with #1279F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1279F3; }
p { color: rgb(18,121,243); }
H1.HeaderClassName
{
color: #1279F3;
}
.AnyTagClassName
{
color: #1279F3;
}
</style>
background-color css
<style>
a { background-color: #1279F3; }
a { background-color: rgb(18,121,243); }
div.DivClassName
{
background-color: #1279F3;
}
.BgClassName
{
background-color: #1279F3;
}
</style>
border-color css
<style>
span { border-color: #1279F3; }
span { border-color: rgb(18,121,243); }
td.TdClassName
{
border-color: #1279F3;
}
.TagClassName
{
border-color: #1279F3;
}
</style>