Shades of Dodger Blue #1F9BF4
Tints of Dodger Blue #1F9BF4
RGB
CMYK
RGB Variations
Color information
#1F9BF4 (or 0x1F9BF4) is known color: Dodger Blue. HEX triplet: 1F, 9B and F4. RGB value is (31,155,244). Sum of RGB (Red+Green+Blue) = 31+155+244=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 244 (95.70% from 255 or 56.74% from 430); Max value from RGB is 244 - color contains mainly: blue. Hex color #1F9BF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9BF4 is #E0640B. Grayscale: #7F7F7F. Windows color (decimal): -14705676 or 16030495. OLE color: 16030495.
HSL color Cylindrical-coordinate representation of color #1F9BF4: hue angle of 205.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F9BF4 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 155 | 244 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.04 |
| HSL | 205.07º | 0.91% | 0.54% | - |
| HSV(B) | 205.07º | 0.87% | 0.96% | - |
| XYZ | 28.62 | 30.27 | 89.92 | - |
| YUV | 128.07 | 193.42 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 244 | 0.87 | 0.36 | 0 | 0.04 | 205.07 | 0.91 | 0.54 |
| Hex | 1F | 9B | F4 | 57 | 24 | 0 | 4 | CD | 5B | 36 |
| Octal | 37 | 233 | 364 | 127 | 44 | 0 | 4 | 315 | 133 | 66 |
| Binary | 11111 | 10011011 | 11110100 | 1010111 | 100100 | 0 | 100 | 11001101 | 1011011 | 110110 |
Color Harmonies of #1F9BF4
Complementary color
Monochromatic Colors of #1F9BF4
Black with #1F9BF4
Text Example
Text Example
White with #1F9BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9BF4; }
p { color: rgb(31,155,244); }
H1.HeaderClassName
{
color: #1F9BF4;
}
.AnyTagClassName
{
color: #1F9BF4;
}
</style>
background-color css
<style>
a { background-color: #1F9BF4; }
a { background-color: rgb(31,155,244); }
div.DivClassName
{
background-color: #1F9BF4;
}
.BgClassName
{
background-color: #1F9BF4;
}
</style>
border-color css
<style>
span { border-color: #1F9BF4; }
span { border-color: rgb(31,155,244); }
td.TdClassName
{
border-color: #1F9BF4;
}
.TagClassName
{
border-color: #1F9BF4;
}
</style>