Shades of Dodger Blue #0963FD
Tints of Dodger Blue #0963FD
RGB
CMYK
RGB Variations
Color information
#0963FD (or 0x0963FD) is known color: Dodger Blue. HEX triplet: 09, 63 and FD. RGB value is (9,99,253). Sum of RGB (Red+Green+Blue) = 9+99+253=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #0963FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0963FD is #F69C02. Grayscale: #585858. Windows color (decimal): -16161795 or 16605961. OLE color: 16605961.
HSL color Cylindrical-coordinate representation of color #0963FD: hue angle of 217.87º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0963FD is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 99 | 253 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.01 |
| HSL | 217.87º | 0.98% | 0.51% | - |
| HSV(B) | 217.87º | 0.96% | 0.99% | - |
| XYZ | 22.3 | 16.07 | 94.86 | - |
| YUV | 89.65 | 220.18 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 253 | 0.96 | 0.61 | 0 | 0.01 | 217.87 | 0.98 | 0.51 |
| Hex | 9 | 63 | FD | 60 | 3D | 0 | 1 | DA | 62 | 33 |
| Octal | 11 | 143 | 375 | 140 | 75 | 0 | 1 | 332 | 142 | 63 |
| Binary | 1001 | 1100011 | 11111101 | 1100000 | 111101 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0963FD
Complementary color
Monochromatic Colors of #0963FD
Black with #0963FD
Text Example
Text Example
White with #0963FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0963FD; }
p { color: rgb(9,99,253); }
H1.HeaderClassName
{
color: #0963FD;
}
.AnyTagClassName
{
color: #0963FD;
}
</style>
background-color css
<style>
a { background-color: #0963FD; }
a { background-color: rgb(9,99,253); }
div.DivClassName
{
background-color: #0963FD;
}
.BgClassName
{
background-color: #0963FD;
}
</style>
border-color css
<style>
span { border-color: #0963FD; }
span { border-color: rgb(9,99,253); }
td.TdClassName
{
border-color: #0963FD;
}
.TagClassName
{
border-color: #0963FD;
}
</style>