Shades of Dodger Blue #0995F2
Tints of Dodger Blue #0995F2
RGB
CMYK
RGB Variations
Color information
#0995F2 (or 0x0995F2) is known color: Dodger Blue. HEX triplet: 09, 95 and F2. RGB value is (9,149,242). Sum of RGB (Red+Green+Blue) = 9+149+242=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #0995F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0995F2 is #F66A0D. Grayscale: #757575. Windows color (decimal): -16149006 or 15897865. OLE color: 15897865.
HSL color Cylindrical-coordinate representation of color #0995F2: hue angle of 203.95º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0995F2 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 149 | 242 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.05 |
| HSL | 203.95º | 0.93% | 0.49% | - |
| HSV(B) | 203.95º | 0.96% | 0.95% | - |
| XYZ | 26.89 | 27.96 | 87.98 | - |
| YUV | 117.74 | 198.12 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 242 | 0.96 | 0.38 | 0 | 0.05 | 203.95 | 0.93 | 0.49 |
| Hex | 9 | 95 | F2 | 60 | 26 | 0 | 5 | CC | 5D | 31 |
| Octal | 11 | 225 | 362 | 140 | 46 | 0 | 5 | 314 | 135 | 61 |
| Binary | 1001 | 10010101 | 11110010 | 1100000 | 100110 | 0 | 101 | 11001100 | 1011101 | 110001 |
Color Harmonies of #0995F2
Complementary color
Monochromatic Colors of #0995F2
Black with #0995F2
Text Example
Text Example
White with #0995F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0995F2; }
p { color: rgb(9,149,242); }
H1.HeaderClassName
{
color: #0995F2;
}
.AnyTagClassName
{
color: #0995F2;
}
</style>
background-color css
<style>
a { background-color: #0995F2; }
a { background-color: rgb(9,149,242); }
div.DivClassName
{
background-color: #0995F2;
}
.BgClassName
{
background-color: #0995F2;
}
</style>
border-color css
<style>
span { border-color: #0995F2; }
span { border-color: rgb(9,149,242); }
td.TdClassName
{
border-color: #0995F2;
}
.TagClassName
{
border-color: #0995F2;
}
</style>