Shades of Dodger Blue #0964FE
Tints of Dodger Blue #0964FE
RGB
CMYK
RGB Variations
Color information
#0964FE (or 0x0964FE) is known color: Dodger Blue. HEX triplet: 09, 64 and FE. RGB value is (9,100,254). Sum of RGB (Red+Green+Blue) = 9+100+254=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #0964FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0964FE is #F69B01. Grayscale: #595959. Windows color (decimal): -16161538 or 16671753. OLE color: 16671753.
HSL color Cylindrical-coordinate representation of color #0964FE: hue angle of 217.71º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0964FE is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 100 | 254 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.00 |
| HSL | 217.71º | 0.99% | 0.52% | - |
| HSV(B) | 217.71º | 0.96% | 1% | - |
| XYZ | 22.56 | 16.33 | 95.73 | - |
| YUV | 90.35 | 220.35 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 254 | 0.96 | 0.61 | 0 | 0.00 | 217.71 | 0.99 | 0.52 |
| Hex | 9 | 64 | FE | 60 | 3D | 0 | 0 | DA | 63 | 34 |
| Octal | 11 | 144 | 376 | 140 | 75 | 0 | 0 | 332 | 143 | 64 |
| Binary | 1001 | 1100100 | 11111110 | 1100000 | 111101 | 0 | 0 | 11011010 | 1100011 | 110100 |
Color Harmonies of #0964FE
Complementary color
Monochromatic Colors of #0964FE
Black with #0964FE
Text Example
Text Example
White with #0964FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0964FE; }
p { color: rgb(9,100,254); }
H1.HeaderClassName
{
color: #0964FE;
}
.AnyTagClassName
{
color: #0964FE;
}
</style>
background-color css
<style>
a { background-color: #0964FE; }
a { background-color: rgb(9,100,254); }
div.DivClassName
{
background-color: #0964FE;
}
.BgClassName
{
background-color: #0964FE;
}
</style>
border-color css
<style>
span { border-color: #0964FE; }
span { border-color: rgb(9,100,254); }
td.TdClassName
{
border-color: #0964FE;
}
.TagClassName
{
border-color: #0964FE;
}
</style>