Shades of Dodger Blue #1295FA
Tints of Dodger Blue #1295FA
RGB
CMYK
RGB Variations
Color information
#1295FA (or 0x1295FA) is known color: Dodger Blue. HEX triplet: 12, 95 and FA. RGB value is (18,149,250). Sum of RGB (Red+Green+Blue) = 18+149+250=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #1295FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1295FA is #ED6A05. Grayscale: #787878. Windows color (decimal): -15559174 or 16422162. OLE color: 16422162.
HSL color Cylindrical-coordinate representation of color #1295FA: hue angle of 206.12º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1295FA is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 149 | 250 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.02 |
| HSL | 206.12º | 0.96% | 0.53% | - |
| HSV(B) | 206.12º | 0.93% | 0.98% | - |
| XYZ | 28.25 | 28.53 | 94.46 | - |
| YUV | 121.35 | 200.6 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 250 | 0.93 | 0.40 | 0 | 0.02 | 206.12 | 0.96 | 0.53 |
| Hex | 12 | 95 | FA | 5D | 28 | 0 | 2 | CE | 60 | 35 |
| Octal | 22 | 225 | 372 | 135 | 50 | 0 | 2 | 316 | 140 | 65 |
| Binary | 10010 | 10010101 | 11111010 | 1011101 | 101000 | 0 | 10 | 11001110 | 1100000 | 110101 |
Color Harmonies of #1295FA
Complementary color
Monochromatic Colors of #1295FA
Black with #1295FA
Text Example
Text Example
White with #1295FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295FA; }
p { color: rgb(18,149,250); }
H1.HeaderClassName
{
color: #1295FA;
}
.AnyTagClassName
{
color: #1295FA;
}
</style>
background-color css
<style>
a { background-color: #1295FA; }
a { background-color: rgb(18,149,250); }
div.DivClassName
{
background-color: #1295FA;
}
.BgClassName
{
background-color: #1295FA;
}
</style>
border-color css
<style>
span { border-color: #1295FA; }
span { border-color: rgb(18,149,250); }
td.TdClassName
{
border-color: #1295FA;
}
.TagClassName
{
border-color: #1295FA;
}
</style>