Shades of Dodger Blue #0964FD
Tints of Dodger Blue #0964FD
RGB
CMYK
RGB Variations
Color information
#0964FD (or 0x0964FD) is known color: Dodger Blue. HEX triplet: 09, 64 and FD. RGB value is (9,100,253). Sum of RGB (Red+Green+Blue) = 9+100+253=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #0964FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0964FD is #F69B02. Grayscale: #595959. Windows color (decimal): -16161539 or 16606217. OLE color: 16606217.
HSL color Cylindrical-coordinate representation of color #0964FD: hue angle of 217.62º 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 #0964FD is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 100 | 253 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.01 |
| HSL | 217.62º | 0.98% | 0.51% | - |
| HSV(B) | 217.62º | 0.96% | 0.99% | - |
| XYZ | 22.4 | 16.26 | 94.89 | - |
| YUV | 90.23 | 219.85 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 253 | 0.96 | 0.60 | 0 | 0.01 | 217.62 | 0.98 | 0.51 |
| Hex | 9 | 64 | FD | 60 | 3C | 0 | 1 | DA | 62 | 33 |
| Octal | 11 | 144 | 375 | 140 | 74 | 0 | 1 | 332 | 142 | 63 |
| Binary | 1001 | 1100100 | 11111101 | 1100000 | 111100 | 0 | 1 | 11011010 | 1100010 | 110011 |
Color Harmonies of #0964FD
Complementary color
Monochromatic Colors of #0964FD
Black with #0964FD
Text Example
Text Example
White with #0964FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0964FD; }
p { color: rgb(9,100,253); }
H1.HeaderClassName
{
color: #0964FD;
}
.AnyTagClassName
{
color: #0964FD;
}
</style>
background-color css
<style>
a { background-color: #0964FD; }
a { background-color: rgb(9,100,253); }
div.DivClassName
{
background-color: #0964FD;
}
.BgClassName
{
background-color: #0964FD;
}
</style>
border-color css
<style>
span { border-color: #0964FD; }
span { border-color: rgb(9,100,253); }
td.TdClassName
{
border-color: #0964FD;
}
.TagClassName
{
border-color: #0964FD;
}
</style>