Shades of Dodger Blue #338CFA
Tints of Dodger Blue #338CFA
RGB
CMYK
RGB Variations
Color information
#338CFA (or 0x338CFA) is known color: Dodger Blue. HEX triplet: 33, 8C and FA. RGB value is (51,140,250). Sum of RGB (Red+Green+Blue) = 51+140+250=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #338CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CFA is #CC7305. Grayscale: #7D7D7D. Windows color (decimal): -13398790 or 16419891. OLE color: 16419891.
HSL color Cylindrical-coordinate representation of color #338CFA: hue angle of 213.17º 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 #338CFA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 140 | 250 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.02 |
| HSL | 213.17º | 0.95% | 0.59% | - |
| HSV(B) | 213.17º | 0.8% | 0.98% | - |
| XYZ | 28 | 26.36 | 94.06 | - |
| YUV | 125.93 | 198.01 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 250 | 0.80 | 0.44 | 0 | 0.02 | 213.17 | 0.95 | 0.59 |
| Hex | 33 | 8C | FA | 50 | 2C | 0 | 2 | D5 | 5F | 3B |
| Octal | 63 | 214 | 372 | 120 | 54 | 0 | 2 | 325 | 137 | 73 |
| Binary | 110011 | 10001100 | 11111010 | 1010000 | 101100 | 0 | 10 | 11010101 | 1011111 | 111011 |
Color Harmonies of #338CFA
Complementary color
Monochromatic Colors of #338CFA
Black with #338CFA
Text Example
Text Example
White with #338CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CFA; }
p { color: rgb(51,140,250); }
H1.HeaderClassName
{
color: #338CFA;
}
.AnyTagClassName
{
color: #338CFA;
}
</style>
background-color css
<style>
a { background-color: #338CFA; }
a { background-color: rgb(51,140,250); }
div.DivClassName
{
background-color: #338CFA;
}
.BgClassName
{
background-color: #338CFA;
}
</style>
border-color css
<style>
span { border-color: #338CFA; }
span { border-color: rgb(51,140,250); }
td.TdClassName
{
border-color: #338CFA;
}
.TagClassName
{
border-color: #338CFA;
}
</style>