Shades of Dodger Blue #1C94FE
Tints of Dodger Blue #1C94FE
RGB
CMYK
RGB Variations
Color information
#1C94FE (or 0x1C94FE) is known color: Dodger Blue. HEX triplet: 1C, 94 and FE. RGB value is (28,148,254). Sum of RGB (Red+Green+Blue) = 28+148+254=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C94FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C94FE is #E36B01. Grayscale: #7B7B7B. Windows color (decimal): -14904066 or 16684060. OLE color: 16684060.
HSL color Cylindrical-coordinate representation of color #1C94FE: hue angle of 208.14º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C94FE is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 148 | 254 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.00 |
| HSL | 208.14º | 0.99% | 0.55% | - |
| HSV(B) | 208.14º | 0.89% | 1% | - |
| XYZ | 28.96 | 28.58 | 97.76 | - |
| YUV | 124.2 | 201.24 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 254 | 0.89 | 0.42 | 0 | 0.00 | 208.14 | 0.99 | 0.55 |
| Hex | 1C | 94 | FE | 59 | 2A | 0 | 0 | D0 | 63 | 37 |
| Octal | 34 | 224 | 376 | 131 | 52 | 0 | 0 | 320 | 143 | 67 |
| Binary | 11100 | 10010100 | 11111110 | 1011001 | 101010 | 0 | 0 | 11010000 | 1100011 | 110111 |
Color Harmonies of #1C94FE
Complementary color
Monochromatic Colors of #1C94FE
Black with #1C94FE
Text Example
Text Example
White with #1C94FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C94FE; }
p { color: rgb(28,148,254); }
H1.HeaderClassName
{
color: #1C94FE;
}
.AnyTagClassName
{
color: #1C94FE;
}
</style>
background-color css
<style>
a { background-color: #1C94FE; }
a { background-color: rgb(28,148,254); }
div.DivClassName
{
background-color: #1C94FE;
}
.BgClassName
{
background-color: #1C94FE;
}
</style>
border-color css
<style>
span { border-color: #1C94FE; }
span { border-color: rgb(28,148,254); }
td.TdClassName
{
border-color: #1C94FE;
}
.TagClassName
{
border-color: #1C94FE;
}
</style>