Shades of Dodger Blue #0968FF
Tints of Dodger Blue #0968FF
RGB
CMYK
RGB Variations
Color information
#0968FF (or 0x0968FF) is known color: Dodger Blue. HEX triplet: 09, 68 and FF. RGB value is (9,104,255). Sum of RGB (Red+Green+Blue) = 9+104+255=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #0968FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0968FF is #F69700. Grayscale: #5C5C5C. Windows color (decimal): -16160513 or 16738313. OLE color: 16738313.
HSL color Cylindrical-coordinate representation of color #0968FF: hue angle of 216.83º 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 #0968FF is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 104 | 255 | - |
| CMYK | 0.96 | 0.59 | 0 | 0 |
| HSL | 216.83º | 1% | 0.52% | - |
| HSV(B) | 216.83º | 0.96% | 1% | - |
| XYZ | 23.11 | 17.18 | 96.71 | - |
| YUV | 92.81 | 219.53 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 255 | 0.96 | 0.59 | 0 | 0 | 216.83 | 1 | 0.52 |
| Hex | 9 | 68 | FF | 60 | 3B | 0 | 0 | D9 | 64 | 34 |
| Octal | 11 | 150 | 377 | 140 | 73 | 0 | 0 | 331 | 144 | 64 |
| Binary | 1001 | 1101000 | 11111111 | 1100000 | 111011 | 0 | 0 | 11011001 | 1100100 | 110100 |
Color Harmonies of #0968FF
Complementary color
Monochromatic Colors of #0968FF
Black with #0968FF
Text Example
Text Example
White with #0968FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0968FF; }
p { color: rgb(9,104,255); }
H1.HeaderClassName
{
color: #0968FF;
}
.AnyTagClassName
{
color: #0968FF;
}
</style>
background-color css
<style>
a { background-color: #0968FF; }
a { background-color: rgb(9,104,255); }
div.DivClassName
{
background-color: #0968FF;
}
.BgClassName
{
background-color: #0968FF;
}
</style>
border-color css
<style>
span { border-color: #0968FF; }
span { border-color: rgb(9,104,255); }
td.TdClassName
{
border-color: #0968FF;
}
.TagClassName
{
border-color: #0968FF;
}
</style>