Shades of Dodger Blue #0975FA
Tints of Dodger Blue #0975FA
RGB
CMYK
RGB Variations
Color information
#0975FA (or 0x0975FA) is known color: Dodger Blue. HEX triplet: 09, 75 and FA. RGB value is (9,117,250). Sum of RGB (Red+Green+Blue) = 9+117+250=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #0975FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0975FA is #F68A05. Grayscale: #636363. Windows color (decimal): -16157190 or 16413961. OLE color: 16413961.
HSL color Cylindrical-coordinate representation of color #0975FA: hue angle of 213.11º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975FA is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 117 | 250 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.02 |
| HSL | 213.11º | 0.96% | 0.51% | - |
| HSV(B) | 213.11º | 0.96% | 0.98% | - |
| XYZ | 23.73 | 19.68 | 92.99 | - |
| YUV | 99.87 | 212.72 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 250 | 0.96 | 0.53 | 0 | 0.02 | 213.11 | 0.96 | 0.51 |
| Hex | 9 | 75 | FA | 60 | 35 | 0 | 2 | D5 | 60 | 33 |
| Octal | 11 | 165 | 372 | 140 | 65 | 0 | 2 | 325 | 140 | 63 |
| Binary | 1001 | 1110101 | 11111010 | 1100000 | 110101 | 0 | 10 | 11010101 | 1100000 | 110011 |
Color Harmonies of #0975FA
Complementary color
Monochromatic Colors of #0975FA
Black with #0975FA
Text Example
Text Example
White with #0975FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0975FA; }
p { color: rgb(9,117,250); }
H1.HeaderClassName
{
color: #0975FA;
}
.AnyTagClassName
{
color: #0975FA;
}
</style>
background-color css
<style>
a { background-color: #0975FA; }
a { background-color: rgb(9,117,250); }
div.DivClassName
{
background-color: #0975FA;
}
.BgClassName
{
background-color: #0975FA;
}
</style>
border-color css
<style>
span { border-color: #0975FA; }
span { border-color: rgb(9,117,250); }
td.TdClassName
{
border-color: #0975FA;
}
.TagClassName
{
border-color: #0975FA;
}
</style>