Shades of Dodger Blue #0995FF
Tints of Dodger Blue #0995FF
RGB
CMYK
RGB Variations
Color information
#0995FF (or 0x0995FF) is known color: Dodger Blue. HEX triplet: 09, 95 and FF. RGB value is (9,149,255). Sum of RGB (Red+Green+Blue) = 9+149+255=413 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #0995FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0995FF is #F66A00. Grayscale: #767676. Windows color (decimal): -16148993 or 16749833. OLE color: 16749833.
HSL color Cylindrical-coordinate representation of color #0995FF: hue angle of 205.85º 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 #0995FF is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 149 | 255 | - |
| CMYK | 0.96 | 0.42 | 0 | 0 |
| HSL | 205.85º | 1% | 0.52% | - |
| HSV(B) | 205.85º | 0.96% | 1% | - |
| XYZ | 28.91 | 28.77 | 98.64 | - |
| YUV | 119.22 | 204.62 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 255 | 0.96 | 0.42 | 0 | 0 | 205.85 | 1 | 0.52 |
| Hex | 9 | 95 | FF | 60 | 2A | 0 | 0 | CE | 64 | 34 |
| Octal | 11 | 225 | 377 | 140 | 52 | 0 | 0 | 316 | 144 | 64 |
| Binary | 1001 | 10010101 | 11111111 | 1100000 | 101010 | 0 | 0 | 11001110 | 1100100 | 110100 |
Color Harmonies of #0995FF
Complementary color
Monochromatic Colors of #0995FF
Black with #0995FF
Text Example
Text Example
White with #0995FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0995FF; }
p { color: rgb(9,149,255); }
H1.HeaderClassName
{
color: #0995FF;
}
.AnyTagClassName
{
color: #0995FF;
}
</style>
background-color css
<style>
a { background-color: #0995FF; }
a { background-color: rgb(9,149,255); }
div.DivClassName
{
background-color: #0995FF;
}
.BgClassName
{
background-color: #0995FF;
}
</style>
border-color css
<style>
span { border-color: #0995FF; }
span { border-color: rgb(9,149,255); }
td.TdClassName
{
border-color: #0995FF;
}
.TagClassName
{
border-color: #0995FF;
}
</style>