Shades of Dodger Blue #0985FC
Tints of Dodger Blue #0985FC
RGB
CMYK
RGB Variations
Color information
#0985FC (or 0x0985FC) is known color: Dodger Blue. HEX triplet: 09, 85 and FC. RGB value is (9,133,252). Sum of RGB (Red+Green+Blue) = 9+133+252=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #0985FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0985FC is #F67A03. Grayscale: #6C6C6C. Windows color (decimal): -16153092 or 16549129. OLE color: 16549129.
HSL color Cylindrical-coordinate representation of color #0985FC: hue angle of 209.38º 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 #0985FC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 133 | 252 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.01 |
| HSL | 209.38º | 0.98% | 0.51% | - |
| HSV(B) | 209.38º | 0.96% | 0.99% | - |
| XYZ | 26.07 | 23.86 | 95.33 | - |
| YUV | 109.49 | 208.42 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 252 | 0.96 | 0.47 | 0 | 0.01 | 209.38 | 0.98 | 0.51 |
| Hex | 9 | 85 | FC | 60 | 2F | 0 | 1 | D1 | 62 | 33 |
| Octal | 11 | 205 | 374 | 140 | 57 | 0 | 1 | 321 | 142 | 63 |
| Binary | 1001 | 10000101 | 11111100 | 1100000 | 101111 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0985FC
Complementary color
Monochromatic Colors of #0985FC
Black with #0985FC
Text Example
Text Example
White with #0985FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0985FC; }
p { color: rgb(9,133,252); }
H1.HeaderClassName
{
color: #0985FC;
}
.AnyTagClassName
{
color: #0985FC;
}
</style>
background-color css
<style>
a { background-color: #0985FC; }
a { background-color: rgb(9,133,252); }
div.DivClassName
{
background-color: #0985FC;
}
.BgClassName
{
background-color: #0985FC;
}
</style>
border-color css
<style>
span { border-color: #0985FC; }
span { border-color: rgb(9,133,252); }
td.TdClassName
{
border-color: #0985FC;
}
.TagClassName
{
border-color: #0985FC;
}
</style>