Shades of Dodger Blue #1F9CFC
Tints of Dodger Blue #1F9CFC
RGB
CMYK
RGB Variations
Color information
#1F9CFC (or 0x1F9CFC) is known color: Dodger Blue. HEX triplet: 1F, 9C and FC. RGB value is (31,156,252). Sum of RGB (Red+Green+Blue) = 31+156+252=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #1F9CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9CFC is #E06303. Grayscale: #818181. Windows color (decimal): -14705412 or 16555039. OLE color: 16555039.
HSL color Cylindrical-coordinate representation of color #1F9CFC: hue angle of 206.06º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9CFC is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 156 | 252 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.01 |
| HSL | 206.06º | 0.97% | 0.55% | - |
| HSV(B) | 206.06º | 0.88% | 0.99% | - |
| XYZ | 30.02 | 31.1 | 96.52 | - |
| YUV | 129.57 | 197.09 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 252 | 0.88 | 0.38 | 0 | 0.01 | 206.06 | 0.97 | 0.55 |
| Hex | 1F | 9C | FC | 58 | 26 | 0 | 1 | CE | 61 | 37 |
| Octal | 37 | 234 | 374 | 130 | 46 | 0 | 1 | 316 | 141 | 67 |
| Binary | 11111 | 10011100 | 11111100 | 1011000 | 100110 | 0 | 1 | 11001110 | 1100001 | 110111 |
Color Harmonies of #1F9CFC
Complementary color
Monochromatic Colors of #1F9CFC
Black with #1F9CFC
Text Example
Text Example
White with #1F9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CFC; }
p { color: rgb(31,156,252); }
H1.HeaderClassName
{
color: #1F9CFC;
}
.AnyTagClassName
{
color: #1F9CFC;
}
</style>
background-color css
<style>
a { background-color: #1F9CFC; }
a { background-color: rgb(31,156,252); }
div.DivClassName
{
background-color: #1F9CFC;
}
.BgClassName
{
background-color: #1F9CFC;
}
</style>
border-color css
<style>
span { border-color: #1F9CFC; }
span { border-color: rgb(31,156,252); }
td.TdClassName
{
border-color: #1F9CFC;
}
.TagClassName
{
border-color: #1F9CFC;
}
</style>