Shades of Dodger Blue #0970FA
Tints of Dodger Blue #0970FA
RGB
CMYK
RGB Variations
Color information
#0970FA (or 0x0970FA) is known color: Dodger Blue. HEX triplet: 09, 70 and FA. RGB value is (9,112,250). Sum of RGB (Red+Green+Blue) = 9+112+250=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #0970FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0970FA is #F68F05. Grayscale: #606060. Windows color (decimal): -16158470 or 16412681. OLE color: 16412681.
HSL color Cylindrical-coordinate representation of color #0970FA: hue angle of 214.36º 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 #0970FA is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 112 | 250 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.02 |
| HSL | 214.36º | 0.96% | 0.51% | - |
| HSV(B) | 214.36º | 0.96% | 0.98% | - |
| XYZ | 23.16 | 18.55 | 92.8 | - |
| YUV | 96.94 | 214.38 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 250 | 0.96 | 0.55 | 0 | 0.02 | 214.36 | 0.96 | 0.51 |
| Hex | 9 | 70 | FA | 60 | 37 | 0 | 2 | D6 | 60 | 33 |
| Octal | 11 | 160 | 372 | 140 | 67 | 0 | 2 | 326 | 140 | 63 |
| Binary | 1001 | 1110000 | 11111010 | 1100000 | 110111 | 0 | 10 | 11010110 | 1100000 | 110011 |
Color Harmonies of #0970FA
Complementary color
Monochromatic Colors of #0970FA
Black with #0970FA
Text Example
Text Example
White with #0970FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0970FA; }
p { color: rgb(9,112,250); }
H1.HeaderClassName
{
color: #0970FA;
}
.AnyTagClassName
{
color: #0970FA;
}
</style>
background-color css
<style>
a { background-color: #0970FA; }
a { background-color: rgb(9,112,250); }
div.DivClassName
{
background-color: #0970FA;
}
.BgClassName
{
background-color: #0970FA;
}
</style>
border-color css
<style>
span { border-color: #0970FA; }
span { border-color: rgb(9,112,250); }
td.TdClassName
{
border-color: #0970FA;
}
.TagClassName
{
border-color: #0970FA;
}
</style>