Shades of Dodger Blue #1993FC
Tints of Dodger Blue #1993FC
RGB
CMYK
RGB Variations
Color information
#1993FC (or 0x1993FC) is known color: Dodger Blue. HEX triplet: 19, 93 and FC. RGB value is (25,147,252). Sum of RGB (Red+Green+Blue) = 25+147+252=424 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.90% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #1993FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1993FC is #E66C03. Grayscale: #797979. Windows color (decimal): -15100932 or 16552729. OLE color: 16552729.
HSL color Cylindrical-coordinate representation of color #1993FC: hue angle of 207.75º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1993FC is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 147 | 252 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.01 |
| HSL | 207.75º | 0.97% | 0.54% | - |
| HSV(B) | 207.75º | 0.9% | 0.99% | - |
| XYZ | 28.41 | 28.1 | 96.02 | - |
| YUV | 122.49 | 201.08 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 252 | 0.90 | 0.42 | 0 | 0.01 | 207.75 | 0.97 | 0.54 |
| Hex | 19 | 93 | FC | 5A | 2A | 0 | 1 | D0 | 61 | 36 |
| Octal | 31 | 223 | 374 | 132 | 52 | 0 | 1 | 320 | 141 | 66 |
| Binary | 11001 | 10010011 | 11111100 | 1011010 | 101010 | 0 | 1 | 11010000 | 1100001 | 110110 |
Color Harmonies of #1993FC
Complementary color
Monochromatic Colors of #1993FC
Black with #1993FC
Text Example
Text Example
White with #1993FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1993FC; }
p { color: rgb(25,147,252); }
H1.HeaderClassName
{
color: #1993FC;
}
.AnyTagClassName
{
color: #1993FC;
}
</style>
background-color css
<style>
a { background-color: #1993FC; }
a { background-color: rgb(25,147,252); }
div.DivClassName
{
background-color: #1993FC;
}
.BgClassName
{
background-color: #1993FC;
}
</style>
border-color css
<style>
span { border-color: #1993FC; }
span { border-color: rgb(25,147,252); }
td.TdClassName
{
border-color: #1993FC;
}
.TagClassName
{
border-color: #1993FC;
}
</style>