Shades of Dodger Blue #0975EF
Tints of Dodger Blue #0975EF
RGB
CMYK
RGB Variations
Color information
#0975EF (or 0x0975EF) is known color: Dodger Blue. HEX triplet: 09, 75 and EF. RGB value is (9,117,239). Sum of RGB (Red+Green+Blue) = 9+117+239=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #0975EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0975EF is #F68A10. Grayscale: #626262. Windows color (decimal): -16157201 or 15693065. OLE color: 15693065.
HSL color Cylindrical-coordinate representation of color #0975EF: hue angle of 211.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975EF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 117 | 239 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.06 |
| HSL | 211.83º | 0.93% | 0.49% | - |
| HSV(B) | 211.83º | 0.96% | 0.94% | - |
| XYZ | 22.05 | 19.01 | 84.17 | - |
| YUV | 98.62 | 207.22 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 239 | 0.96 | 0.51 | 0 | 0.06 | 211.83 | 0.93 | 0.49 |
| Hex | 9 | 75 | EF | 60 | 33 | 0 | 6 | D4 | 5D | 31 |
| Octal | 11 | 165 | 357 | 140 | 63 | 0 | 6 | 324 | 135 | 61 |
| Binary | 1001 | 1110101 | 11101111 | 1100000 | 110011 | 0 | 110 | 11010100 | 1011101 | 110001 |
Color Harmonies of #0975EF
Complementary color
Monochromatic Colors of #0975EF
Black with #0975EF
Text Example
Text Example
White with #0975EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0975EF; }
p { color: rgb(9,117,239); }
H1.HeaderClassName
{
color: #0975EF;
}
.AnyTagClassName
{
color: #0975EF;
}
</style>
background-color css
<style>
a { background-color: #0975EF; }
a { background-color: rgb(9,117,239); }
div.DivClassName
{
background-color: #0975EF;
}
.BgClassName
{
background-color: #0975EF;
}
</style>
border-color css
<style>
span { border-color: #0975EF; }
span { border-color: rgb(9,117,239); }
td.TdClassName
{
border-color: #0975EF;
}
.TagClassName
{
border-color: #0975EF;
}
</style>