Shades of Dodger Blue #1263FE
Tints of Dodger Blue #1263FE
RGB
CMYK
RGB Variations
Color information
#1263FE (or 0x1263FE) is known color: Dodger Blue. HEX triplet: 12, 63 and FE. RGB value is (18,99,254). Sum of RGB (Red+Green+Blue) = 18+99+254=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #1263FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1263FE is #ED9C01. Grayscale: #5B5B5B. Windows color (decimal): -15571970 or 16671506. OLE color: 16671506.
HSL color Cylindrical-coordinate representation of color #1263FE: hue angle of 219.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1263FE is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 99 | 254 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.00 |
| HSL | 219.41º | 0.99% | 0.53% | - |
| HSV(B) | 219.41º | 0.93% | 1% | - |
| XYZ | 22.6 | 16.21 | 95.7 | - |
| YUV | 92.45 | 219.16 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 254 | 0.93 | 0.61 | 0 | 0.00 | 219.41 | 0.99 | 0.53 |
| Hex | 12 | 63 | FE | 5D | 3D | 0 | 0 | DB | 63 | 35 |
| Octal | 22 | 143 | 376 | 135 | 75 | 0 | 0 | 333 | 143 | 65 |
| Binary | 10010 | 1100011 | 11111110 | 1011101 | 111101 | 0 | 0 | 11011011 | 1100011 | 110101 |
Color Harmonies of #1263FE
Complementary color
Monochromatic Colors of #1263FE
Black with #1263FE
Text Example
Text Example
White with #1263FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1263FE; }
p { color: rgb(18,99,254); }
H1.HeaderClassName
{
color: #1263FE;
}
.AnyTagClassName
{
color: #1263FE;
}
</style>
background-color css
<style>
a { background-color: #1263FE; }
a { background-color: rgb(18,99,254); }
div.DivClassName
{
background-color: #1263FE;
}
.BgClassName
{
background-color: #1263FE;
}
</style>
border-color css
<style>
span { border-color: #1263FE; }
span { border-color: rgb(18,99,254); }
td.TdClassName
{
border-color: #1263FE;
}
.TagClassName
{
border-color: #1263FE;
}
</style>