Shades of Dodger Blue #0189FC
Tints of Dodger Blue #0189FC
RGB
CMYK
RGB Variations
Color information
#0189FC (or 0x0189FC) is known color: Dodger Blue. HEX triplet: 01, 89 and FC. RGB value is (1,137,252). Sum of RGB (Red+Green+Blue) = 1+137+252=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #0189FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0189FC is #FE7603. Grayscale: #6C6C6C. Windows color (decimal): -16676356 or 16550145. OLE color: 16550145.
HSL color Cylindrical-coordinate representation of color #0189FC: hue angle of 207.49º 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 #0189FC is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 137 | 252 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.01 |
| HSL | 207.49º | 0.99% | 0.5% | - |
| HSV(B) | 207.49º | 1% | 0.99% | - |
| XYZ | 26.53 | 24.93 | 95.51 | - |
| YUV | 109.45 | 208.44 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 252 | 1.00 | 0.46 | 0 | 0.01 | 207.49 | 0.99 | 0.5 |
| Hex | 1 | 89 | FC | 64 | 2E | 0 | 1 | CF | 63 | 32 |
| Octal | 1 | 211 | 374 | 144 | 56 | 0 | 1 | 317 | 143 | 62 |
| Binary | 1 | 10001001 | 11111100 | 1100100 | 101110 | 0 | 1 | 11001111 | 1100011 | 110010 |
Color Harmonies of #0189FC
Complementary color
Monochromatic Colors of #0189FC
Black with #0189FC
Text Example
Text Example
White with #0189FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0189FC; }
p { color: rgb(1,137,252); }
H1.HeaderClassName
{
color: #0189FC;
}
.AnyTagClassName
{
color: #0189FC;
}
</style>
background-color css
<style>
a { background-color: #0189FC; }
a { background-color: rgb(1,137,252); }
div.DivClassName
{
background-color: #0189FC;
}
.BgClassName
{
background-color: #0189FC;
}
</style>
border-color css
<style>
span { border-color: #0189FC; }
span { border-color: rgb(1,137,252); }
td.TdClassName
{
border-color: #0189FC;
}
.TagClassName
{
border-color: #0189FC;
}
</style>