Shades of Dodger Blue #1F8CFA
Tints of Dodger Blue #1F8CFA
RGB
CMYK
RGB Variations
Color information
#1F8CFA (or 0x1F8CFA) is known color: Dodger Blue. HEX triplet: 1F, 8C and FA. RGB value is (31,140,250). Sum of RGB (Red+Green+Blue) = 31+140+250=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F8CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8CFA is #E07305. Grayscale: #777777. Windows color (decimal): -14709510 or 16419871. OLE color: 16419871.
HSL color Cylindrical-coordinate representation of color #1F8CFA: hue angle of 210.14º 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 #1F8CFA is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 140 | 250 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.02 |
| HSL | 210.14º | 0.96% | 0.55% | - |
| HSV(B) | 210.14º | 0.88% | 0.98% | - |
| XYZ | 27.2 | 25.95 | 94.02 | - |
| YUV | 119.95 | 201.39 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 250 | 0.88 | 0.44 | 0 | 0.02 | 210.14 | 0.96 | 0.55 |
| Hex | 1F | 8C | FA | 58 | 2C | 0 | 2 | D2 | 60 | 37 |
| Octal | 37 | 214 | 372 | 130 | 54 | 0 | 2 | 322 | 140 | 67 |
| Binary | 11111 | 10001100 | 11111010 | 1011000 | 101100 | 0 | 10 | 11010010 | 1100000 | 110111 |
Color Harmonies of #1F8CFA
Complementary color
Monochromatic Colors of #1F8CFA
Black with #1F8CFA
Text Example
Text Example
White with #1F8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8CFA; }
p { color: rgb(31,140,250); }
H1.HeaderClassName
{
color: #1F8CFA;
}
.AnyTagClassName
{
color: #1F8CFA;
}
</style>
background-color css
<style>
a { background-color: #1F8CFA; }
a { background-color: rgb(31,140,250); }
div.DivClassName
{
background-color: #1F8CFA;
}
.BgClassName
{
background-color: #1F8CFA;
}
</style>
border-color css
<style>
span { border-color: #1F8CFA; }
span { border-color: rgb(31,140,250); }
td.TdClassName
{
border-color: #1F8CFA;
}
.TagClassName
{
border-color: #1F8CFA;
}
</style>