Shades of Dodger Blue #189FFB
Tints of Dodger Blue #189FFB
RGB
CMYK
RGB Variations
Color information
#189FFB (or 0x189FFB) is known color: Dodger Blue. HEX triplet: 18, 9F and FB. RGB value is (24,159,251). Sum of RGB (Red+Green+Blue) = 24+159+251=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #189FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FFB is #E76004. Grayscale: #808080. Windows color (decimal): -15163397 or 16490264. OLE color: 16490264.
HSL color Cylindrical-coordinate representation of color #189FFB: hue angle of 204.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189FFB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 159 | 251 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.02 |
| HSL | 204.32º | 0.97% | 0.54% | - |
| HSV(B) | 204.32º | 0.9% | 0.98% | - |
| XYZ | 30.19 | 31.96 | 95.84 | - |
| YUV | 129.12 | 196.77 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 251 | 0.90 | 0.37 | 0 | 0.02 | 204.32 | 0.97 | 0.54 |
| Hex | 18 | 9F | FB | 5A | 25 | 0 | 2 | CC | 61 | 36 |
| Octal | 30 | 237 | 373 | 132 | 45 | 0 | 2 | 314 | 141 | 66 |
| Binary | 11000 | 10011111 | 11111011 | 1011010 | 100101 | 0 | 10 | 11001100 | 1100001 | 110110 |
Color Harmonies of #189FFB
Complementary color
Monochromatic Colors of #189FFB
Black with #189FFB
Text Example
Text Example
White with #189FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FFB; }
p { color: rgb(24,159,251); }
H1.HeaderClassName
{
color: #189FFB;
}
.AnyTagClassName
{
color: #189FFB;
}
</style>
background-color css
<style>
a { background-color: #189FFB; }
a { background-color: rgb(24,159,251); }
div.DivClassName
{
background-color: #189FFB;
}
.BgClassName
{
background-color: #189FFB;
}
</style>
border-color css
<style>
span { border-color: #189FFB; }
span { border-color: rgb(24,159,251); }
td.TdClassName
{
border-color: #189FFB;
}
.TagClassName
{
border-color: #189FFB;
}
</style>