Shades of Dodger Blue #1C98DF
Tints of Dodger Blue #1C98DF
RGB
CMYK
RGB Variations
Color information
#1C98DF (or 0x1C98DF) is known color: Dodger Blue. HEX triplet: 1C, 98 and DF. RGB value is (28,152,223). Sum of RGB (Red+Green+Blue) = 28+152+223=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C98DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C98DF is #E36720. Grayscale: #7A7A7A. Windows color (decimal): -14903073 or 14653468. OLE color: 14653468.
HSL color Cylindrical-coordinate representation of color #1C98DF: hue angle of 201.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C98DF is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 152 | 223 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.13 |
| HSL | 201.85º | 0.78% | 0.49% | - |
| HSV(B) | 201.85º | 0.87% | 0.87% | - |
| XYZ | 25.03 | 28.03 | 73.9 | - |
| YUV | 123.02 | 184.42 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 152 | 223 | 0.87 | 0.32 | 0 | 0.13 | 201.85 | 0.78 | 0.49 |
| Hex | 1C | 98 | DF | 57 | 20 | 0 | D | CA | 4E | 31 |
| Octal | 34 | 230 | 337 | 127 | 40 | 0 | 15 | 312 | 116 | 61 |
| Binary | 11100 | 10011000 | 11011111 | 1010111 | 100000 | 0 | 1101 | 11001010 | 1001110 | 110001 |
Color Harmonies of #1C98DF
Complementary color
Monochromatic Colors of #1C98DF
Black with #1C98DF
Text Example
Text Example
White with #1C98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C98DF; }
p { color: rgb(28,152,223); }
H1.HeaderClassName
{
color: #1C98DF;
}
.AnyTagClassName
{
color: #1C98DF;
}
</style>
background-color css
<style>
a { background-color: #1C98DF; }
a { background-color: rgb(28,152,223); }
div.DivClassName
{
background-color: #1C98DF;
}
.BgClassName
{
background-color: #1C98DF;
}
</style>
border-color css
<style>
span { border-color: #1C98DF; }
span { border-color: rgb(28,152,223); }
td.TdClassName
{
border-color: #1C98DF;
}
.TagClassName
{
border-color: #1C98DF;
}
</style>