Shades of Dodger Blue #189CFF
Tints of Dodger Blue #189CFF
RGB
CMYK
RGB Variations
Color information
#189CFF (or 0x189CFF) is known color: Dodger Blue. HEX triplet: 18, 9C and FF. RGB value is (24,156,255). Sum of RGB (Red+Green+Blue) = 24+156+255=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #189CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189CFF is #E76300. Grayscale: #7F7F7F. Windows color (decimal): -15164161 or 16751640. OLE color: 16751640.
HSL color Cylindrical-coordinate representation of color #189CFF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #189CFF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 156 | 255 | - |
| CMYK | 0.91 | 0.39 | 0 | 0 |
| HSL | 205.71º | 1% | 0.55% | - |
| HSV(B) | 205.71º | 0.91% | 1% | - |
| XYZ | 30.32 | 31.19 | 99.03 | - |
| YUV | 127.82 | 199.77 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 255 | 0.91 | 0.39 | 0 | 0 | 205.71 | 1 | 0.55 |
| Hex | 18 | 9C | FF | 5B | 27 | 0 | 0 | CE | 64 | 37 |
| Octal | 30 | 234 | 377 | 133 | 47 | 0 | 0 | 316 | 144 | 67 |
| Binary | 11000 | 10011100 | 11111111 | 1011011 | 100111 | 0 | 0 | 11001110 | 1100100 | 110111 |
Color Harmonies of #189CFF
Complementary color
Monochromatic Colors of #189CFF
Black with #189CFF
Text Example
Text Example
White with #189CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189CFF; }
p { color: rgb(24,156,255); }
H1.HeaderClassName
{
color: #189CFF;
}
.AnyTagClassName
{
color: #189CFF;
}
</style>
background-color css
<style>
a { background-color: #189CFF; }
a { background-color: rgb(24,156,255); }
div.DivClassName
{
background-color: #189CFF;
}
.BgClassName
{
background-color: #189CFF;
}
</style>
border-color css
<style>
span { border-color: #189CFF; }
span { border-color: rgb(24,156,255); }
td.TdClassName
{
border-color: #189CFF;
}
.TagClassName
{
border-color: #189CFF;
}
</style>