Shades of Dodger Blue #3B94F8
Tints of Dodger Blue #3B94F8
RGB
CMYK
RGB Variations
Color information
#3B94F8 (or 0x3B94F8) is known color: Dodger Blue. HEX triplet: 3B, 94 and F8. RGB value is (59,148,248). Sum of RGB (Red+Green+Blue) = 59+148+248=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #3B94F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3B94F8 is #C46B07. Grayscale: #848484. Windows color (decimal): -12872456 or 16290875. OLE color: 16290875.
HSL color Cylindrical-coordinate representation of color #3B94F8: hue angle of 211.75º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B94F8 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 148 | 248 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.03 |
| HSL | 211.75º | 0.93% | 0.6% | - |
| HSV(B) | 211.75º | 0.76% | 0.97% | - |
| XYZ | 29.34 | 28.89 | 92.84 | - |
| YUV | 132.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 148 | 248 | 0.76 | 0.40 | 0 | 0.03 | 211.75 | 0.93 | 0.6 |
| Hex | 3B | 94 | F8 | 4C | 28 | 0 | 3 | D4 | 5D | 3C |
| Octal | 73 | 224 | 370 | 114 | 50 | 0 | 3 | 324 | 135 | 74 |
| Binary | 111011 | 10010100 | 11111000 | 1001100 | 101000 | 0 | 11 | 11010100 | 1011101 | 111100 |
Color Harmonies of #3B94F8
Complementary color
Monochromatic Colors of #3B94F8
Black with #3B94F8
Text Example
Text Example
White with #3B94F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B94F8; }
p { color: rgb(59,148,248); }
H1.HeaderClassName
{
color: #3B94F8;
}
.AnyTagClassName
{
color: #3B94F8;
}
</style>
background-color css
<style>
a { background-color: #3B94F8; }
a { background-color: rgb(59,148,248); }
div.DivClassName
{
background-color: #3B94F8;
}
.BgClassName
{
background-color: #3B94F8;
}
</style>
border-color css
<style>
span { border-color: #3B94F8; }
span { border-color: rgb(59,148,248); }
td.TdClassName
{
border-color: #3B94F8;
}
.TagClassName
{
border-color: #3B94F8;
}
</style>