Shades of Dodger Blue #1C92F9
Tints of Dodger Blue #1C92F9
RGB
CMYK
RGB Variations
Color information
#1C92F9 (or 0x1C92F9) is known color: Dodger Blue. HEX triplet: 1C, 92 and F9. RGB value is (28,146,249). Sum of RGB (Red+Green+Blue) = 28+146+249=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #1C92F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C92F9 is #E36D06. Grayscale: #797979. Windows color (decimal): -14904583 or 16355868. OLE color: 16355868.
HSL color Cylindrical-coordinate representation of color #1C92F9: hue angle of 207.96º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C92F9 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 146 | 249 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.02 |
| HSL | 207.96º | 0.95% | 0.54% | - |
| HSV(B) | 207.96º | 0.89% | 0.98% | - |
| XYZ | 27.86 | 27.64 | 93.49 | - |
| YUV | 122.46 | 199.41 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 146 | 249 | 0.89 | 0.41 | 0 | 0.02 | 207.96 | 0.95 | 0.54 |
| Hex | 1C | 92 | F9 | 59 | 29 | 0 | 2 | D0 | 5F | 36 |
| Octal | 34 | 222 | 371 | 131 | 51 | 0 | 2 | 320 | 137 | 66 |
| Binary | 11100 | 10010010 | 11111001 | 1011001 | 101001 | 0 | 10 | 11010000 | 1011111 | 110110 |
Color Harmonies of #1C92F9
Complementary color
Monochromatic Colors of #1C92F9
Black with #1C92F9
Text Example
Text Example
White with #1C92F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C92F9; }
p { color: rgb(28,146,249); }
H1.HeaderClassName
{
color: #1C92F9;
}
.AnyTagClassName
{
color: #1C92F9;
}
</style>
background-color css
<style>
a { background-color: #1C92F9; }
a { background-color: rgb(28,146,249); }
div.DivClassName
{
background-color: #1C92F9;
}
.BgClassName
{
background-color: #1C92F9;
}
</style>
border-color css
<style>
span { border-color: #1C92F9; }
span { border-color: rgb(28,146,249); }
td.TdClassName
{
border-color: #1C92F9;
}
.TagClassName
{
border-color: #1C92F9;
}
</style>