Shades of Dodger Blue #0965FC
Tints of Dodger Blue #0965FC
RGB
CMYK
RGB Variations
Color information
#0965FC (or 0x0965FC) is known color: Dodger Blue. HEX triplet: 09, 65 and FC. RGB value is (9,101,252). Sum of RGB (Red+Green+Blue) = 9+101+252=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #0965FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0965FC is #F69A03. Grayscale: #5A5A5A. Windows color (decimal): -16161284 or 16540937. OLE color: 16540937.
HSL color Cylindrical-coordinate representation of color #0965FC: hue angle of 217.28º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0965FC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 101 | 252 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.01 |
| HSL | 217.28º | 0.98% | 0.51% | - |
| HSV(B) | 217.28º | 0.96% | 0.99% | - |
| XYZ | 22.34 | 16.39 | 94.08 | - |
| YUV | 90.71 | 219.02 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 252 | 0.96 | 0.60 | 0 | 0.01 | 217.28 | 0.98 | 0.51 |
| Hex | 9 | 65 | FC | 60 | 3C | 0 | 1 | D9 | 62 | 33 |
| Octal | 11 | 145 | 374 | 140 | 74 | 0 | 1 | 331 | 142 | 63 |
| Binary | 1001 | 1100101 | 11111100 | 1100000 | 111100 | 0 | 1 | 11011001 | 1100010 | 110011 |
Color Harmonies of #0965FC
Complementary color
Monochromatic Colors of #0965FC
Black with #0965FC
Text Example
Text Example
White with #0965FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0965FC; }
p { color: rgb(9,101,252); }
H1.HeaderClassName
{
color: #0965FC;
}
.AnyTagClassName
{
color: #0965FC;
}
</style>
background-color css
<style>
a { background-color: #0965FC; }
a { background-color: rgb(9,101,252); }
div.DivClassName
{
background-color: #0965FC;
}
.BgClassName
{
background-color: #0965FC;
}
</style>
border-color css
<style>
span { border-color: #0965FC; }
span { border-color: rgb(9,101,252); }
td.TdClassName
{
border-color: #0965FC;
}
.TagClassName
{
border-color: #0965FC;
}
</style>