Shades of Dodger Blue #3F8AFE
Tints of Dodger Blue #3F8AFE
RGB
CMYK
RGB Variations
Color information
#3F8AFE (or 0x3F8AFE) is known color: Dodger Blue. HEX triplet: 3F, 8A and FE. RGB value is (63,138,254). Sum of RGB (Red+Green+Blue) = 63+138+254=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F8AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8AFE is #C07501. Grayscale: #808080. Windows color (decimal): -12612866 or 16681535. OLE color: 16681535.
HSL color Cylindrical-coordinate representation of color #3F8AFE: hue angle of 216.44º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F8AFE is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 138 | 254 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.00 |
| HSL | 216.44º | 0.99% | 0.62% | - |
| HSV(B) | 216.44º | 0.75% | 1% | - |
| XYZ | 29.03 | 26.39 | 97.33 | - |
| YUV | 128.8 | 198.65 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 254 | 0.75 | 0.46 | 0 | 0.00 | 216.44 | 0.99 | 0.62 |
| Hex | 3F | 8A | FE | 4B | 2E | 0 | 0 | D8 | 63 | 3E |
| Octal | 77 | 212 | 376 | 113 | 56 | 0 | 0 | 330 | 143 | 76 |
| Binary | 111111 | 10001010 | 11111110 | 1001011 | 101110 | 0 | 0 | 11011000 | 1100011 | 111110 |
Color Harmonies of #3F8AFE
Complementary color
Monochromatic Colors of #3F8AFE
Black with #3F8AFE
Text Example
Text Example
White with #3F8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8AFE; }
p { color: rgb(63,138,254); }
H1.HeaderClassName
{
color: #3F8AFE;
}
.AnyTagClassName
{
color: #3F8AFE;
}
</style>
background-color css
<style>
a { background-color: #3F8AFE; }
a { background-color: rgb(63,138,254); }
div.DivClassName
{
background-color: #3F8AFE;
}
.BgClassName
{
background-color: #3F8AFE;
}
</style>
border-color css
<style>
span { border-color: #3F8AFE; }
span { border-color: rgb(63,138,254); }
td.TdClassName
{
border-color: #3F8AFE;
}
.TagClassName
{
border-color: #3F8AFE;
}
</style>