Shades of Dodger Blue #1F9AFF
Tints of Dodger Blue #1F9AFF
RGB
CMYK
RGB Variations
Color information
#1F9AFF (or 0x1F9AFF) is known color: Dodger Blue. HEX triplet: 1F, 9A and FF. RGB value is (31,154,255). Sum of RGB (Red+Green+Blue) = 31+154+255=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F9AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9AFF is #E06500. Grayscale: #808080. Windows color (decimal): -14705921 or 16751135. OLE color: 16751135.
HSL color Cylindrical-coordinate representation of color #1F9AFF: hue angle of 207.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9AFF is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 154 | 255 | - |
| CMYK | 0.88 | 0.40 | 0 | 0 |
| HSL | 207.05º | 1% | 0.56% | - |
| HSV(B) | 207.05º | 0.88% | 1% | - |
| XYZ | 30.17 | 30.62 | 98.93 | - |
| YUV | 128.74 | 199.25 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 255 | 0.88 | 0.40 | 0 | 0 | 207.05 | 1 | 0.56 |
| Hex | 1F | 9A | FF | 58 | 28 | 0 | 0 | CF | 64 | 38 |
| Octal | 37 | 232 | 377 | 130 | 50 | 0 | 0 | 317 | 144 | 70 |
| Binary | 11111 | 10011010 | 11111111 | 1011000 | 101000 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #1F9AFF
Complementary color
Monochromatic Colors of #1F9AFF
Black with #1F9AFF
Text Example
Text Example
White with #1F9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9AFF; }
p { color: rgb(31,154,255); }
H1.HeaderClassName
{
color: #1F9AFF;
}
.AnyTagClassName
{
color: #1F9AFF;
}
</style>
background-color css
<style>
a { background-color: #1F9AFF; }
a { background-color: rgb(31,154,255); }
div.DivClassName
{
background-color: #1F9AFF;
}
.BgClassName
{
background-color: #1F9AFF;
}
</style>
border-color css
<style>
span { border-color: #1F9AFF; }
span { border-color: rgb(31,154,255); }
td.TdClassName
{
border-color: #1F9AFF;
}
.TagClassName
{
border-color: #1F9AFF;
}
</style>