Shades of Dodger Blue #1268FC
Tints of Dodger Blue #1268FC
RGB
CMYK
RGB Variations
Color information
#1268FC (or 0x1268FC) is known color: Dodger Blue. HEX triplet: 12, 68 and FC. RGB value is (18,104,252). Sum of RGB (Red+Green+Blue) = 18+104+252=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #1268FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1268FC is #ED9703. Grayscale: #5E5E5E. Windows color (decimal): -15570692 or 16541714. OLE color: 16541714.
HSL color Cylindrical-coordinate representation of color #1268FC: hue angle of 217.95º 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 #1268FC is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 104 | 252 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.01 |
| HSL | 217.95º | 0.98% | 0.53% | - |
| HSV(B) | 217.95º | 0.93% | 0.99% | - |
| XYZ | 22.77 | 17.06 | 94.19 | - |
| YUV | 95.16 | 216.51 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 252 | 0.93 | 0.59 | 0 | 0.01 | 217.95 | 0.98 | 0.53 |
| Hex | 12 | 68 | FC | 5D | 3B | 0 | 1 | DA | 62 | 35 |
| Octal | 22 | 150 | 374 | 135 | 73 | 0 | 1 | 332 | 142 | 65 |
| Binary | 10010 | 1101000 | 11111100 | 1011101 | 111011 | 0 | 1 | 11011010 | 1100010 | 110101 |
Color Harmonies of #1268FC
Complementary color
Monochromatic Colors of #1268FC
Black with #1268FC
Text Example
Text Example
White with #1268FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268FC; }
p { color: rgb(18,104,252); }
H1.HeaderClassName
{
color: #1268FC;
}
.AnyTagClassName
{
color: #1268FC;
}
</style>
background-color css
<style>
a { background-color: #1268FC; }
a { background-color: rgb(18,104,252); }
div.DivClassName
{
background-color: #1268FC;
}
.BgClassName
{
background-color: #1268FC;
}
</style>
border-color css
<style>
span { border-color: #1268FC; }
span { border-color: rgb(18,104,252); }
td.TdClassName
{
border-color: #1268FC;
}
.TagClassName
{
border-color: #1268FC;
}
</style>