Shades of Dodger Blue #189BFB
Tints of Dodger Blue #189BFB
RGB
CMYK
RGB Variations
Color information
#189BFB (or 0x189BFB) is known color: Dodger Blue. HEX triplet: 18, 9B and FB. RGB value is (24,155,251). Sum of RGB (Red+Green+Blue) = 24+155+251=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #189BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189BFB is #E76404. Grayscale: #7E7E7E. Windows color (decimal): -15164421 or 16489240. OLE color: 16489240.
HSL color Cylindrical-coordinate representation of color #189BFB: hue angle of 205.37º 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 #189BFB is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 155 | 251 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.02 |
| HSL | 205.37º | 0.97% | 0.54% | - |
| HSV(B) | 205.37º | 0.9% | 0.98% | - |
| XYZ | 29.51 | 30.6 | 95.62 | - |
| YUV | 126.78 | 198.1 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 251 | 0.90 | 0.38 | 0 | 0.02 | 205.37 | 0.97 | 0.54 |
| Hex | 18 | 9B | FB | 5A | 26 | 0 | 2 | CD | 61 | 36 |
| Octal | 30 | 233 | 373 | 132 | 46 | 0 | 2 | 315 | 141 | 66 |
| Binary | 11000 | 10011011 | 11111011 | 1011010 | 100110 | 0 | 10 | 11001101 | 1100001 | 110110 |
Color Harmonies of #189BFB
Complementary color
Monochromatic Colors of #189BFB
Black with #189BFB
Text Example
Text Example
White with #189BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BFB; }
p { color: rgb(24,155,251); }
H1.HeaderClassName
{
color: #189BFB;
}
.AnyTagClassName
{
color: #189BFB;
}
</style>
background-color css
<style>
a { background-color: #189BFB; }
a { background-color: rgb(24,155,251); }
div.DivClassName
{
background-color: #189BFB;
}
.BgClassName
{
background-color: #189BFB;
}
</style>
border-color css
<style>
span { border-color: #189BFB; }
span { border-color: rgb(24,155,251); }
td.TdClassName
{
border-color: #189BFB;
}
.TagClassName
{
border-color: #189BFB;
}
</style>