Shades of Dodger Blue #0965FD
Tints of Dodger Blue #0965FD
RGB
CMYK
RGB Variations
Color information
#0965FD (or 0x0965FD) is known color: Dodger Blue. HEX triplet: 09, 65 and FD. RGB value is (9,101,253). Sum of RGB (Red+Green+Blue) = 9+101+253=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #0965FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0965FD is #F69A02. Grayscale: #5A5A5A. Windows color (decimal): -16161283 or 16606473. OLE color: 16606473.
HSL color Cylindrical-coordinate representation of color #0965FD: hue angle of 217.38º 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 #0965FD is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 101 | 253 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.01 |
| HSL | 217.38º | 0.98% | 0.51% | - |
| HSV(B) | 217.38º | 0.96% | 0.99% | - |
| XYZ | 22.5 | 16.46 | 94.92 | - |
| YUV | 90.82 | 219.52 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 253 | 0.96 | 0.60 | 0 | 0.01 | 217.38 | 0.98 | 0.51 |
| Hex | 9 | 65 | FD | 60 | 3C | 0 | 1 | D9 | 62 | 33 |
| Octal | 11 | 145 | 375 | 140 | 74 | 0 | 1 | 331 | 142 | 63 |
| Binary | 1001 | 1100101 | 11111101 | 1100000 | 111100 | 0 | 1 | 11011001 | 1100010 | 110011 |
Color Harmonies of #0965FD
Complementary color
Monochromatic Colors of #0965FD
Black with #0965FD
Text Example
Text Example
White with #0965FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965FD; }
p { color: rgb(9,101,253); }
H1.HeaderClassName
{
color: #0965FD;
}
.AnyTagClassName
{
color: #0965FD;
}
</style>
background-color css
<style>
a { background-color: #0965FD; }
a { background-color: rgb(9,101,253); }
div.DivClassName
{
background-color: #0965FD;
}
.BgClassName
{
background-color: #0965FD;
}
</style>
border-color css
<style>
span { border-color: #0965FD; }
span { border-color: rgb(9,101,253); }
td.TdClassName
{
border-color: #0965FD;
}
.TagClassName
{
border-color: #0965FD;
}
</style>