Shades of Dodger Blue #0195F9
Tints of Dodger Blue #0195F9
RGB
CMYK
RGB Variations
Color information
#0195F9 (or 0x0195F9) is known color: Dodger Blue. HEX triplet: 01, 95 and F9. RGB value is (1,149,249). Sum of RGB (Red+Green+Blue) = 1+149+249=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #0195F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0195F9 is #FE6A06. Grayscale: #737373. Windows color (decimal): -16673287 or 16356609. OLE color: 16356609.
HSL color Cylindrical-coordinate representation of color #0195F9: hue angle of 204.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0195F9 is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 149 | 249 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.02 |
| HSL | 204.19º | 0.99% | 0.49% | - |
| HSV(B) | 204.19º | 1% | 0.98% | - |
| XYZ | 27.86 | 28.34 | 93.62 | - |
| YUV | 116.15 | 202.97 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 249 | 1.00 | 0.40 | 0 | 0.02 | 204.19 | 0.99 | 0.49 |
| Hex | 1 | 95 | F9 | 64 | 28 | 0 | 2 | CC | 63 | 31 |
| Octal | 1 | 225 | 371 | 144 | 50 | 0 | 2 | 314 | 143 | 61 |
| Binary | 1 | 10010101 | 11111001 | 1100100 | 101000 | 0 | 10 | 11001100 | 1100011 | 110001 |
Color Harmonies of #0195F9
Complementary color
Monochromatic Colors of #0195F9
Black with #0195F9
Text Example
Text Example
White with #0195F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0195F9; }
p { color: rgb(1,149,249); }
H1.HeaderClassName
{
color: #0195F9;
}
.AnyTagClassName
{
color: #0195F9;
}
</style>
background-color css
<style>
a { background-color: #0195F9; }
a { background-color: rgb(1,149,249); }
div.DivClassName
{
background-color: #0195F9;
}
.BgClassName
{
background-color: #0195F9;
}
</style>
border-color css
<style>
span { border-color: #0195F9; }
span { border-color: rgb(1,149,249); }
td.TdClassName
{
border-color: #0195F9;
}
.TagClassName
{
border-color: #0195F9;
}
</style>