Shades of Dodger Blue #1261FF
Tints of Dodger Blue #1261FF
RGB
CMYK
RGB Variations
Color information
#1261FF (or 0x1261FF) is known color: Dodger Blue. HEX triplet: 12, 61 and FF. RGB value is (18,97,255). Sum of RGB (Red+Green+Blue) = 18+97+255=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #1261FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1261FF is #ED9E00. Grayscale: #5A5A5A. Windows color (decimal): -15572481 or 16736530. OLE color: 16736530.
HSL color Cylindrical-coordinate representation of color #1261FF: hue angle of 220º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1261FF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 97 | 255 | - |
| CMYK | 0.93 | 0.62 | 0 | 0 |
| HSL | 220º | 1% | 0.54% | - |
| HSV(B) | 220º | 0.93% | 1% | - |
| XYZ | 22.57 | 15.9 | 96.49 | - |
| YUV | 91.39 | 220.33 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 255 | 0.93 | 0.62 | 0 | 0 | 220 | 1 | 0.54 |
| Hex | 12 | 61 | FF | 5D | 3E | 0 | 0 | DC | 64 | 36 |
| Octal | 22 | 141 | 377 | 135 | 76 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10010 | 1100001 | 11111111 | 1011101 | 111110 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1261FF
Complementary color
Monochromatic Colors of #1261FF
Black with #1261FF
Text Example
Text Example
White with #1261FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1261FF; }
p { color: rgb(18,97,255); }
H1.HeaderClassName
{
color: #1261FF;
}
.AnyTagClassName
{
color: #1261FF;
}
</style>
background-color css
<style>
a { background-color: #1261FF; }
a { background-color: rgb(18,97,255); }
div.DivClassName
{
background-color: #1261FF;
}
.BgClassName
{
background-color: #1261FF;
}
</style>
border-color css
<style>
span { border-color: #1261FF; }
span { border-color: rgb(18,97,255); }
td.TdClassName
{
border-color: #1261FF;
}
.TagClassName
{
border-color: #1261FF;
}
</style>