Shades of Dodger Blue #339BFA
Tints of Dodger Blue #339BFA
RGB
CMYK
RGB Variations
Color information
#339BFA (or 0x339BFA) is known color: Dodger Blue. HEX triplet: 33, 9B and FA. RGB value is (51,155,250). Sum of RGB (Red+Green+Blue) = 51+155+250=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #339BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #339BFA is #CC6405. Grayscale: #868686. Windows color (decimal): -13394950 or 16423731. OLE color: 16423731.
HSL color Cylindrical-coordinate representation of color #339BFA: hue angle of 208.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #339BFA is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 155 | 250 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.02 |
| HSL | 208.64º | 0.95% | 0.59% | - |
| HSV(B) | 208.64º | 0.8% | 0.98% | - |
| XYZ | 30.34 | 31.05 | 94.84 | - |
| YUV | 134.73 | 193.04 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 250 | 0.80 | 0.38 | 0 | 0.02 | 208.64 | 0.95 | 0.59 |
| Hex | 33 | 9B | FA | 50 | 26 | 0 | 2 | D1 | 5F | 3B |
| Octal | 63 | 233 | 372 | 120 | 46 | 0 | 2 | 321 | 137 | 73 |
| Binary | 110011 | 10011011 | 11111010 | 1010000 | 100110 | 0 | 10 | 11010001 | 1011111 | 111011 |
Color Harmonies of #339BFA
Complementary color
Monochromatic Colors of #339BFA
Black with #339BFA
Text Example
Text Example
White with #339BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339BFA; }
p { color: rgb(51,155,250); }
H1.HeaderClassName
{
color: #339BFA;
}
.AnyTagClassName
{
color: #339BFA;
}
</style>
background-color css
<style>
a { background-color: #339BFA; }
a { background-color: rgb(51,155,250); }
div.DivClassName
{
background-color: #339BFA;
}
.BgClassName
{
background-color: #339BFA;
}
</style>
border-color css
<style>
span { border-color: #339BFA; }
span { border-color: rgb(51,155,250); }
td.TdClassName
{
border-color: #339BFA;
}
.TagClassName
{
border-color: #339BFA;
}
</style>