Shades of Dodger Blue #0965FE
Tints of Dodger Blue #0965FE
RGB
CMYK
RGB Variations
Color information
#0965FE (or 0x0965FE) is known color: Dodger Blue. HEX triplet: 09, 65 and FE. RGB value is (9,101,254). Sum of RGB (Red+Green+Blue) = 9+101+254=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #0965FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0965FE is #F69A01. Grayscale: #5A5A5A. Windows color (decimal): -16161282 or 16672009. OLE color: 16672009.
HSL color Cylindrical-coordinate representation of color #0965FE: hue angle of 217.47º 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 #0965FE is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 101 | 254 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.00 |
| HSL | 217.47º | 0.99% | 0.52% | - |
| HSV(B) | 217.47º | 0.96% | 1% | - |
| XYZ | 22.66 | 16.52 | 95.76 | - |
| YUV | 90.93 | 220.02 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 254 | 0.96 | 0.60 | 0 | 0.00 | 217.47 | 0.99 | 0.52 |
| Hex | 9 | 65 | FE | 60 | 3C | 0 | 0 | D9 | 63 | 34 |
| Octal | 11 | 145 | 376 | 140 | 74 | 0 | 0 | 331 | 143 | 64 |
| Binary | 1001 | 1100101 | 11111110 | 1100000 | 111100 | 0 | 0 | 11011001 | 1100011 | 110100 |
Color Harmonies of #0965FE
Complementary color
Monochromatic Colors of #0965FE
Black with #0965FE
Text Example
Text Example
White with #0965FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965FE; }
p { color: rgb(9,101,254); }
H1.HeaderClassName
{
color: #0965FE;
}
.AnyTagClassName
{
color: #0965FE;
}
</style>
background-color css
<style>
a { background-color: #0965FE; }
a { background-color: rgb(9,101,254); }
div.DivClassName
{
background-color: #0965FE;
}
.BgClassName
{
background-color: #0965FE;
}
</style>
border-color css
<style>
span { border-color: #0965FE; }
span { border-color: rgb(9,101,254); }
td.TdClassName
{
border-color: #0965FE;
}
.TagClassName
{
border-color: #0965FE;
}
</style>