Shades of Dodger Blue #1265FA
Tints of Dodger Blue #1265FA
RGB
CMYK
RGB Variations
Color information
#1265FA (or 0x1265FA) is known color: Dodger Blue. HEX triplet: 12, 65 and FA. RGB value is (18,101,250). Sum of RGB (Red+Green+Blue) = 18+101+250=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #1265FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1265FA is #ED9A05. Grayscale: #5C5C5C. Windows color (decimal): -15571462 or 16409874. OLE color: 16409874.
HSL color Cylindrical-coordinate representation of color #1265FA: hue angle of 218.53º 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 #1265FA is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 101 | 250 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.02 |
| HSL | 218.53º | 0.96% | 0.53% | - |
| HSV(B) | 218.53º | 0.93% | 0.98% | - |
| XYZ | 22.16 | 16.34 | 92.43 | - |
| YUV | 93.17 | 216.5 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 250 | 0.93 | 0.60 | 0 | 0.02 | 218.53 | 0.96 | 0.53 |
| Hex | 12 | 65 | FA | 5D | 3C | 0 | 2 | DB | 60 | 35 |
| Octal | 22 | 145 | 372 | 135 | 74 | 0 | 2 | 333 | 140 | 65 |
| Binary | 10010 | 1100101 | 11111010 | 1011101 | 111100 | 0 | 10 | 11011011 | 1100000 | 110101 |
Color Harmonies of #1265FA
Complementary color
Monochromatic Colors of #1265FA
Black with #1265FA
Text Example
Text Example
White with #1265FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1265FA; }
p { color: rgb(18,101,250); }
H1.HeaderClassName
{
color: #1265FA;
}
.AnyTagClassName
{
color: #1265FA;
}
</style>
background-color css
<style>
a { background-color: #1265FA; }
a { background-color: rgb(18,101,250); }
div.DivClassName
{
background-color: #1265FA;
}
.BgClassName
{
background-color: #1265FA;
}
</style>
border-color css
<style>
span { border-color: #1265FA; }
span { border-color: rgb(18,101,250); }
td.TdClassName
{
border-color: #1265FA;
}
.TagClassName
{
border-color: #1265FA;
}
</style>