Shades of Dodger Blue #1F9BFE
Tints of Dodger Blue #1F9BFE
RGB
CMYK
RGB Variations
Color information
#1F9BFE (or 0x1F9BFE) is known color: Dodger Blue. HEX triplet: 1F, 9B and FE. RGB value is (31,155,254). Sum of RGB (Red+Green+Blue) = 31+155+254=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F9BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9BFE is #E06401. Grayscale: #808080. Windows color (decimal): -14705666 or 16685855. OLE color: 16685855.
HSL color Cylindrical-coordinate representation of color #1F9BFE: hue angle of 206.64º 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 #1F9BFE is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 155 | 254 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.00 |
| HSL | 206.64º | 0.99% | 0.56% | - |
| HSV(B) | 206.64º | 0.88% | 1% | - |
| XYZ | 30.18 | 30.89 | 98.14 | - |
| YUV | 129.21 | 198.42 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 254 | 0.88 | 0.39 | 0 | 0.00 | 206.64 | 0.99 | 0.56 |
| Hex | 1F | 9B | FE | 58 | 27 | 0 | 0 | CF | 63 | 38 |
| Octal | 37 | 233 | 376 | 130 | 47 | 0 | 0 | 317 | 143 | 70 |
| Binary | 11111 | 10011011 | 11111110 | 1011000 | 100111 | 0 | 0 | 11001111 | 1100011 | 111000 |
Color Harmonies of #1F9BFE
Complementary color
Monochromatic Colors of #1F9BFE
Black with #1F9BFE
Text Example
Text Example
White with #1F9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9BFE; }
p { color: rgb(31,155,254); }
H1.HeaderClassName
{
color: #1F9BFE;
}
.AnyTagClassName
{
color: #1F9BFE;
}
</style>
background-color css
<style>
a { background-color: #1F9BFE; }
a { background-color: rgb(31,155,254); }
div.DivClassName
{
background-color: #1F9BFE;
}
.BgClassName
{
background-color: #1F9BFE;
}
</style>
border-color css
<style>
span { border-color: #1F9BFE; }
span { border-color: rgb(31,155,254); }
td.TdClassName
{
border-color: #1F9BFE;
}
.TagClassName
{
border-color: #1F9BFE;
}
</style>