Shades of Dodger Blue #189AFC
Tints of Dodger Blue #189AFC
RGB
CMYK
RGB Variations
Color information
#189AFC (or 0x189AFC) is known color: Dodger Blue. HEX triplet: 18, 9A and FC. RGB value is (24,154,252). Sum of RGB (Red+Green+Blue) = 24+154+252=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #189AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189AFC is #E76503. Grayscale: #7D7D7D. Windows color (decimal): -15164676 or 16554520. OLE color: 16554520.
HSL color Cylindrical-coordinate representation of color #189AFC: hue angle of 205.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189AFC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 154 | 252 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.01 |
| HSL | 205.79º | 0.97% | 0.54% | - |
| HSV(B) | 205.79º | 0.9% | 0.99% | - |
| XYZ | 29.5 | 30.33 | 96.4 | - |
| YUV | 126.3 | 198.93 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 252 | 0.90 | 0.39 | 0 | 0.01 | 205.79 | 0.97 | 0.54 |
| Hex | 18 | 9A | FC | 5A | 27 | 0 | 1 | CE | 61 | 36 |
| Octal | 30 | 232 | 374 | 132 | 47 | 0 | 1 | 316 | 141 | 66 |
| Binary | 11000 | 10011010 | 11111100 | 1011010 | 100111 | 0 | 1 | 11001110 | 1100001 | 110110 |
Color Harmonies of #189AFC
Complementary color
Monochromatic Colors of #189AFC
Black with #189AFC
Text Example
Text Example
White with #189AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189AFC; }
p { color: rgb(24,154,252); }
H1.HeaderClassName
{
color: #189AFC;
}
.AnyTagClassName
{
color: #189AFC;
}
</style>
background-color css
<style>
a { background-color: #189AFC; }
a { background-color: rgb(24,154,252); }
div.DivClassName
{
background-color: #189AFC;
}
.BgClassName
{
background-color: #189AFC;
}
</style>
border-color css
<style>
span { border-color: #189AFC; }
span { border-color: rgb(24,154,252); }
td.TdClassName
{
border-color: #189AFC;
}
.TagClassName
{
border-color: #189AFC;
}
</style>