Shades of Dodger Blue #1C89FC
Tints of Dodger Blue #1C89FC
RGB
CMYK
RGB Variations
Color information
#1C89FC (or 0x1C89FC) is known color: Dodger Blue. HEX triplet: 1C, 89 and FC. RGB value is (28,137,252). Sum of RGB (Red+Green+Blue) = 28+137+252=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C89FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C89FC is #E37603. Grayscale: #747474. Windows color (decimal): -14906884 or 16550172. OLE color: 16550172.
HSL color Cylindrical-coordinate representation of color #1C89FC: hue angle of 210.8º 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 #1C89FC is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 137 | 252 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.01 |
| HSL | 210.8º | 0.97% | 0.55% | - |
| HSV(B) | 210.8º | 0.89% | 0.99% | - |
| XYZ | 27 | 25.17 | 95.53 | - |
| YUV | 117.52 | 203.89 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 137 | 252 | 0.89 | 0.46 | 0 | 0.01 | 210.8 | 0.97 | 0.55 |
| Hex | 1C | 89 | FC | 59 | 2E | 0 | 1 | D3 | 61 | 37 |
| Octal | 34 | 211 | 374 | 131 | 56 | 0 | 1 | 323 | 141 | 67 |
| Binary | 11100 | 10001001 | 11111100 | 1011001 | 101110 | 0 | 1 | 11010011 | 1100001 | 110111 |
Color Harmonies of #1C89FC
Complementary color
Monochromatic Colors of #1C89FC
Black with #1C89FC
Text Example
Text Example
White with #1C89FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C89FC; }
p { color: rgb(28,137,252); }
H1.HeaderClassName
{
color: #1C89FC;
}
.AnyTagClassName
{
color: #1C89FC;
}
</style>
background-color css
<style>
a { background-color: #1C89FC; }
a { background-color: rgb(28,137,252); }
div.DivClassName
{
background-color: #1C89FC;
}
.BgClassName
{
background-color: #1C89FC;
}
</style>
border-color css
<style>
span { border-color: #1C89FC; }
span { border-color: rgb(28,137,252); }
td.TdClassName
{
border-color: #1C89FC;
}
.TagClassName
{
border-color: #1C89FC;
}
</style>