Shades of Dodger Blue #189BFD
Tints of Dodger Blue #189BFD
RGB
CMYK
RGB Variations
Color information
#189BFD (or 0x189BFD) is known color: Dodger Blue. HEX triplet: 18, 9B and FD. RGB value is (24,155,253). Sum of RGB (Red+Green+Blue) = 24+155+253=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #189BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189BFD is #E76402. Grayscale: #7E7E7E. Windows color (decimal): -15164419 or 16620312. OLE color: 16620312.
HSL color Cylindrical-coordinate representation of color #189BFD: hue angle of 205.68º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #189BFD is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 155 | 253 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.01 |
| HSL | 205.68º | 0.98% | 0.54% | - |
| HSV(B) | 205.68º | 0.91% | 0.99% | - |
| XYZ | 29.83 | 30.73 | 97.29 | - |
| YUV | 127 | 199.1 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 253 | 0.91 | 0.39 | 0 | 0.01 | 205.68 | 0.98 | 0.54 |
| Hex | 18 | 9B | FD | 5B | 27 | 0 | 1 | CE | 62 | 36 |
| Octal | 30 | 233 | 375 | 133 | 47 | 0 | 1 | 316 | 142 | 66 |
| Binary | 11000 | 10011011 | 11111101 | 1011011 | 100111 | 0 | 1 | 11001110 | 1100010 | 110110 |
Color Harmonies of #189BFD
Complementary color
Monochromatic Colors of #189BFD
Black with #189BFD
Text Example
Text Example
White with #189BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BFD; }
p { color: rgb(24,155,253); }
H1.HeaderClassName
{
color: #189BFD;
}
.AnyTagClassName
{
color: #189BFD;
}
</style>
background-color css
<style>
a { background-color: #189BFD; }
a { background-color: rgb(24,155,253); }
div.DivClassName
{
background-color: #189BFD;
}
.BgClassName
{
background-color: #189BFD;
}
</style>
border-color css
<style>
span { border-color: #189BFD; }
span { border-color: rgb(24,155,253); }
td.TdClassName
{
border-color: #189BFD;
}
.TagClassName
{
border-color: #189BFD;
}
</style>