Shades of Dodger Blue #0975FF
Tints of Dodger Blue #0975FF
RGB
CMYK
RGB Variations
Color information
#0975FF (or 0x0975FF) is known color: Dodger Blue. HEX triplet: 09, 75 and FF. RGB value is (9,117,255). Sum of RGB (Red+Green+Blue) = 9+117+255=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #0975FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0975FF is #F68A00. Grayscale: #636363. Windows color (decimal): -16157185 or 16741641. OLE color: 16741641.
HSL color Cylindrical-coordinate representation of color #0975FF: hue angle of 213.66º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975FF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 117 | 255 | - |
| CMYK | 0.96 | 0.54 | 0 | 0 |
| HSL | 213.66º | 1% | 0.52% | - |
| HSV(B) | 213.66º | 0.96% | 1% | - |
| XYZ | 24.52 | 20 | 97.18 | - |
| YUV | 100.44 | 215.22 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 255 | 0.96 | 0.54 | 0 | 0 | 213.66 | 1 | 0.52 |
| Hex | 9 | 75 | FF | 60 | 36 | 0 | 0 | D6 | 64 | 34 |
| Octal | 11 | 165 | 377 | 140 | 66 | 0 | 0 | 326 | 144 | 64 |
| Binary | 1001 | 1110101 | 11111111 | 1100000 | 110110 | 0 | 0 | 11010110 | 1100100 | 110100 |
Color Harmonies of #0975FF
Complementary color
Monochromatic Colors of #0975FF
Black with #0975FF
Text Example
Text Example
White with #0975FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0975FF; }
p { color: rgb(9,117,255); }
H1.HeaderClassName
{
color: #0975FF;
}
.AnyTagClassName
{
color: #0975FF;
}
</style>
background-color css
<style>
a { background-color: #0975FF; }
a { background-color: rgb(9,117,255); }
div.DivClassName
{
background-color: #0975FF;
}
.BgClassName
{
background-color: #0975FF;
}
</style>
border-color css
<style>
span { border-color: #0975FF; }
span { border-color: rgb(9,117,255); }
td.TdClassName
{
border-color: #0975FF;
}
.TagClassName
{
border-color: #0975FF;
}
</style>