Shades of Dodger Blue #1F9AFE
Tints of Dodger Blue #1F9AFE
RGB
CMYK
RGB Variations
Color information
#1F9AFE (or 0x1F9AFE) is known color: Dodger Blue. HEX triplet: 1F, 9A and FE. RGB value is (31,154,254). Sum of RGB (Red+Green+Blue) = 31+154+254=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F9AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9AFE is #E06501. Grayscale: #808080. Windows color (decimal): -14705922 or 16685599. OLE color: 16685599.
HSL color Cylindrical-coordinate representation of color #1F9AFE: hue angle of 206.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9AFE is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 154 | 254 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.00 |
| HSL | 206.91º | 0.99% | 0.56% | - |
| HSV(B) | 206.91º | 0.88% | 1% | - |
| XYZ | 30.01 | 30.56 | 98.08 | - |
| YUV | 128.62 | 198.75 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 254 | 0.88 | 0.39 | 0 | 0.00 | 206.91 | 0.99 | 0.56 |
| Hex | 1F | 9A | FE | 58 | 27 | 0 | 0 | CF | 63 | 38 |
| Octal | 37 | 232 | 376 | 130 | 47 | 0 | 0 | 317 | 143 | 70 |
| Binary | 11111 | 10011010 | 11111110 | 1011000 | 100111 | 0 | 0 | 11001111 | 1100011 | 111000 |
Color Harmonies of #1F9AFE
Complementary color
Monochromatic Colors of #1F9AFE
Black with #1F9AFE
Text Example
Text Example
White with #1F9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9AFE; }
p { color: rgb(31,154,254); }
H1.HeaderClassName
{
color: #1F9AFE;
}
.AnyTagClassName
{
color: #1F9AFE;
}
</style>
background-color css
<style>
a { background-color: #1F9AFE; }
a { background-color: rgb(31,154,254); }
div.DivClassName
{
background-color: #1F9AFE;
}
.BgClassName
{
background-color: #1F9AFE;
}
</style>
border-color css
<style>
span { border-color: #1F9AFE; }
span { border-color: rgb(31,154,254); }
td.TdClassName
{
border-color: #1F9AFE;
}
.TagClassName
{
border-color: #1F9AFE;
}
</style>