Shades of Dodger Blue #0189FD
Tints of Dodger Blue #0189FD
RGB
CMYK
RGB Variations
Color information
#0189FD (or 0x0189FD) is known color: Dodger Blue. HEX triplet: 01, 89 and FD. RGB value is (1,137,253). Sum of RGB (Red+Green+Blue) = 1+137+253=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #0189FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0189FD is #FE7602. Grayscale: #6C6C6C. Windows color (decimal): -16676355 or 16615681. OLE color: 16615681.
HSL color Cylindrical-coordinate representation of color #0189FD: hue angle of 207.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0189FD is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 137 | 253 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.01 |
| HSL | 207.62º | 0.99% | 0.5% | - |
| HSV(B) | 207.62º | 1% | 0.99% | - |
| XYZ | 26.69 | 24.99 | 96.35 | - |
| YUV | 109.56 | 208.94 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 253 | 1.00 | 0.46 | 0 | 0.01 | 207.62 | 0.99 | 0.5 |
| Hex | 1 | 89 | FD | 64 | 2E | 0 | 1 | D0 | 63 | 32 |
| Octal | 1 | 211 | 375 | 144 | 56 | 0 | 1 | 320 | 143 | 62 |
| Binary | 1 | 10001001 | 11111101 | 1100100 | 101110 | 0 | 1 | 11010000 | 1100011 | 110010 |
Color Harmonies of #0189FD
Complementary color
Monochromatic Colors of #0189FD
Black with #0189FD
Text Example
Text Example
White with #0189FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0189FD; }
p { color: rgb(1,137,253); }
H1.HeaderClassName
{
color: #0189FD;
}
.AnyTagClassName
{
color: #0189FD;
}
</style>
background-color css
<style>
a { background-color: #0189FD; }
a { background-color: rgb(1,137,253); }
div.DivClassName
{
background-color: #0189FD;
}
.BgClassName
{
background-color: #0189FD;
}
</style>
border-color css
<style>
span { border-color: #0189FD; }
span { border-color: rgb(1,137,253); }
td.TdClassName
{
border-color: #0189FD;
}
.TagClassName
{
border-color: #0189FD;
}
</style>