Shades of Dodger Blue #1C97FC
Tints of Dodger Blue #1C97FC
RGB
CMYK
RGB Variations
Color information
#1C97FC (or 0x1C97FC) is known color: Dodger Blue. HEX triplet: 1C, 97 and FC. RGB value is (28,151,252). Sum of RGB (Red+Green+Blue) = 28+151+252=431 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.50% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C97FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C97FC is #E36803. Grayscale: #7D7D7D. Windows color (decimal): -14903300 or 16553756. OLE color: 16553756.
HSL color Cylindrical-coordinate representation of color #1C97FC: hue angle of 207.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C97FC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 151 | 252 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.01 |
| HSL | 207.05º | 0.97% | 0.55% | - |
| HSV(B) | 207.05º | 0.89% | 0.99% | - |
| XYZ | 29.12 | 29.41 | 96.24 | - |
| YUV | 125.74 | 199.25 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 151 | 252 | 0.89 | 0.40 | 0 | 0.01 | 207.05 | 0.97 | 0.55 |
| Hex | 1C | 97 | FC | 59 | 28 | 0 | 1 | CF | 61 | 37 |
| Octal | 34 | 227 | 374 | 131 | 50 | 0 | 1 | 317 | 141 | 67 |
| Binary | 11100 | 10010111 | 11111100 | 1011001 | 101000 | 0 | 1 | 11001111 | 1100001 | 110111 |
Color Harmonies of #1C97FC
Complementary color
Monochromatic Colors of #1C97FC
Black with #1C97FC
Text Example
Text Example
White with #1C97FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C97FC; }
p { color: rgb(28,151,252); }
H1.HeaderClassName
{
color: #1C97FC;
}
.AnyTagClassName
{
color: #1C97FC;
}
</style>
background-color css
<style>
a { background-color: #1C97FC; }
a { background-color: rgb(28,151,252); }
div.DivClassName
{
background-color: #1C97FC;
}
.BgClassName
{
background-color: #1C97FC;
}
</style>
border-color css
<style>
span { border-color: #1C97FC; }
span { border-color: rgb(28,151,252); }
td.TdClassName
{
border-color: #1C97FC;
}
.TagClassName
{
border-color: #1C97FC;
}
</style>