Shades of Dodger Blue #338AFF
Tints of Dodger Blue #338AFF
RGB
CMYK
RGB Variations
Color information
#338AFF (or 0x338AFF) is known color: Dodger Blue. HEX triplet: 33, 8A and FF. RGB value is (51,138,255). Sum of RGB (Red+Green+Blue) = 51+138+255=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #338AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338AFF is #CC7500. Grayscale: #7C7C7C. Windows color (decimal): -13399297 or 16747059. OLE color: 16747059.
HSL color Cylindrical-coordinate representation of color #338AFF: hue angle of 214.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338AFF is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 138 | 255 | - |
| CMYK | 0.8 | 0.46 | 0 | 0 |
| HSL | 214.41º | 1% | 0.6% | - |
| HSV(B) | 214.41º | 0.8% | 1% | - |
| XYZ | 28.5 | 26.1 | 98.14 | - |
| YUV | 125.33 | 201.18 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 255 | 0.8 | 0.46 | 0 | 0 | 214.41 | 1 | 0.6 |
| Hex | 33 | 8A | FF | 50 | 2E | 0 | 0 | D6 | 64 | 3C |
| Octal | 63 | 212 | 377 | 120 | 56 | 0 | 0 | 326 | 144 | 74 |
| Binary | 110011 | 10001010 | 11111111 | 1010000 | 101110 | 0 | 0 | 11010110 | 1100100 | 111100 |
Color Harmonies of #338AFF
Complementary color
Monochromatic Colors of #338AFF
Black with #338AFF
Text Example
Text Example
White with #338AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AFF; }
p { color: rgb(51,138,255); }
H1.HeaderClassName
{
color: #338AFF;
}
.AnyTagClassName
{
color: #338AFF;
}
</style>
background-color css
<style>
a { background-color: #338AFF; }
a { background-color: rgb(51,138,255); }
div.DivClassName
{
background-color: #338AFF;
}
.BgClassName
{
background-color: #338AFF;
}
</style>
border-color css
<style>
span { border-color: #338AFF; }
span { border-color: rgb(51,138,255); }
td.TdClassName
{
border-color: #338AFF;
}
.TagClassName
{
border-color: #338AFF;
}
</style>