Shades of Dodger Blue #1F9BFA
Tints of Dodger Blue #1F9BFA
RGB
CMYK
RGB Variations
Color information
#1F9BFA (or 0x1F9BFA) is known color: Dodger Blue. HEX triplet: 1F, 9B and FA. RGB value is (31,155,250). Sum of RGB (Red+Green+Blue) = 31+155+250=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F9BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9BFA is #E06405. Grayscale: #808080. Windows color (decimal): -14705670 or 16423711. OLE color: 16423711.
HSL color Cylindrical-coordinate representation of color #1F9BFA: hue angle of 206.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9BFA is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 155 | 250 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.02 |
| HSL | 206.03º | 0.96% | 0.55% | - |
| HSV(B) | 206.03º | 0.88% | 0.98% | - |
| XYZ | 29.54 | 30.64 | 94.8 | - |
| YUV | 128.75 | 196.42 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 250 | 0.88 | 0.38 | 0 | 0.02 | 206.03 | 0.96 | 0.55 |
| Hex | 1F | 9B | FA | 58 | 26 | 0 | 2 | CE | 60 | 37 |
| Octal | 37 | 233 | 372 | 130 | 46 | 0 | 2 | 316 | 140 | 67 |
| Binary | 11111 | 10011011 | 11111010 | 1011000 | 100110 | 0 | 10 | 11001110 | 1100000 | 110111 |
Color Harmonies of #1F9BFA
Complementary color
Monochromatic Colors of #1F9BFA
Black with #1F9BFA
Text Example
Text Example
White with #1F9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9BFA; }
p { color: rgb(31,155,250); }
H1.HeaderClassName
{
color: #1F9BFA;
}
.AnyTagClassName
{
color: #1F9BFA;
}
</style>
background-color css
<style>
a { background-color: #1F9BFA; }
a { background-color: rgb(31,155,250); }
div.DivClassName
{
background-color: #1F9BFA;
}
.BgClassName
{
background-color: #1F9BFA;
}
</style>
border-color css
<style>
span { border-color: #1F9BFA; }
span { border-color: rgb(31,155,250); }
td.TdClassName
{
border-color: #1F9BFA;
}
.TagClassName
{
border-color: #1F9BFA;
}
</style>