Shades of Dodger Blue #1265FC
Tints of Dodger Blue #1265FC
RGB
CMYK
RGB Variations
Color information
#1265FC (or 0x1265FC) is known color: Dodger Blue. HEX triplet: 12, 65 and FC. RGB value is (18,101,252). Sum of RGB (Red+Green+Blue) = 18+101+252=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #1265FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1265FC is #ED9A03. Grayscale: #5C5C5C. Windows color (decimal): -15571460 or 16540946. OLE color: 16540946.
HSL color Cylindrical-coordinate representation of color #1265FC: hue angle of 218.72º 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 #1265FC is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 101 | 252 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.01 |
| HSL | 218.72º | 0.98% | 0.53% | - |
| HSV(B) | 218.72º | 0.93% | 0.99% | - |
| XYZ | 22.47 | 16.46 | 94.09 | - |
| YUV | 93.4 | 217.5 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 252 | 0.93 | 0.60 | 0 | 0.01 | 218.72 | 0.98 | 0.53 |
| Hex | 12 | 65 | FC | 5D | 3C | 0 | 1 | DB | 62 | 35 |
| Octal | 22 | 145 | 374 | 135 | 74 | 0 | 1 | 333 | 142 | 65 |
| Binary | 10010 | 1100101 | 11111100 | 1011101 | 111100 | 0 | 1 | 11011011 | 1100010 | 110101 |
Color Harmonies of #1265FC
Complementary color
Monochromatic Colors of #1265FC
Black with #1265FC
Text Example
Text Example
White with #1265FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1265FC; }
p { color: rgb(18,101,252); }
H1.HeaderClassName
{
color: #1265FC;
}
.AnyTagClassName
{
color: #1265FC;
}
</style>
background-color css
<style>
a { background-color: #1265FC; }
a { background-color: rgb(18,101,252); }
div.DivClassName
{
background-color: #1265FC;
}
.BgClassName
{
background-color: #1265FC;
}
</style>
border-color css
<style>
span { border-color: #1265FC; }
span { border-color: rgb(18,101,252); }
td.TdClassName
{
border-color: #1265FC;
}
.TagClassName
{
border-color: #1265FC;
}
</style>