Shades of Dodger Blue #1293FC
Tints of Dodger Blue #1293FC
RGB
CMYK
RGB Variations
Color information
#1293FC (or 0x1293FC) is known color: Dodger Blue. HEX triplet: 12, 93 and FC. RGB value is (18,147,252). Sum of RGB (Red+Green+Blue) = 18+147+252=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #1293FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1293FC is #ED6C03. Grayscale: #777777. Windows color (decimal): -15559684 or 16552722. OLE color: 16552722.
HSL color Cylindrical-coordinate representation of color #1293FC: hue angle of 206.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1293FC is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 147 | 252 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.01 |
| HSL | 206.92º | 0.98% | 0.53% | - |
| HSV(B) | 206.92º | 0.93% | 0.99% | - |
| XYZ | 28.25 | 28.02 | 96.02 | - |
| YUV | 120.4 | 202.26 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 252 | 0.93 | 0.42 | 0 | 0.01 | 206.92 | 0.98 | 0.53 |
| Hex | 12 | 93 | FC | 5D | 2A | 0 | 1 | CF | 62 | 35 |
| Octal | 22 | 223 | 374 | 135 | 52 | 0 | 1 | 317 | 142 | 65 |
| Binary | 10010 | 10010011 | 11111100 | 1011101 | 101010 | 0 | 1 | 11001111 | 1100010 | 110101 |
Color Harmonies of #1293FC
Complementary color
Monochromatic Colors of #1293FC
Black with #1293FC
Text Example
Text Example
White with #1293FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1293FC; }
p { color: rgb(18,147,252); }
H1.HeaderClassName
{
color: #1293FC;
}
.AnyTagClassName
{
color: #1293FC;
}
</style>
background-color css
<style>
a { background-color: #1293FC; }
a { background-color: rgb(18,147,252); }
div.DivClassName
{
background-color: #1293FC;
}
.BgClassName
{
background-color: #1293FC;
}
</style>
border-color css
<style>
span { border-color: #1293FC; }
span { border-color: rgb(18,147,252); }
td.TdClassName
{
border-color: #1293FC;
}
.TagClassName
{
border-color: #1293FC;
}
</style>