Shades of Dodger Blue #338FF4
Tints of Dodger Blue #338FF4
RGB
CMYK
RGB Variations
Color information
#338FF4 (or 0x338FF4) is known color: Dodger Blue. HEX triplet: 33, 8F and F4. RGB value is (51,143,244). Sum of RGB (Red+Green+Blue) = 51+143+244=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #338FF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338FF4 is #CC700B. Grayscale: #7E7E7E. Windows color (decimal): -13398028 or 16027443. OLE color: 16027443.
HSL color Cylindrical-coordinate representation of color #338FF4: hue angle of 211.4º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338FF4 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 143 | 244 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.04 |
| HSL | 211.4º | 0.9% | 0.58% | - |
| HSV(B) | 211.4º | 0.79% | 0.96% | - |
| XYZ | 27.52 | 26.88 | 89.33 | - |
| YUV | 127.01 | 194.02 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 244 | 0.79 | 0.41 | 0 | 0.04 | 211.4 | 0.9 | 0.58 |
| Hex | 33 | 8F | F4 | 4F | 29 | 0 | 4 | D3 | 5A | 3A |
| Octal | 63 | 217 | 364 | 117 | 51 | 0 | 4 | 323 | 132 | 72 |
| Binary | 110011 | 10001111 | 11110100 | 1001111 | 101001 | 0 | 100 | 11010011 | 1011010 | 111010 |
Color Harmonies of #338FF4
Complementary color
Monochromatic Colors of #338FF4
Black with #338FF4
Text Example
Text Example
White with #338FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FF4; }
p { color: rgb(51,143,244); }
H1.HeaderClassName
{
color: #338FF4;
}
.AnyTagClassName
{
color: #338FF4;
}
</style>
background-color css
<style>
a { background-color: #338FF4; }
a { background-color: rgb(51,143,244); }
div.DivClassName
{
background-color: #338FF4;
}
.BgClassName
{
background-color: #338FF4;
}
</style>
border-color css
<style>
span { border-color: #338FF4; }
span { border-color: rgb(51,143,244); }
td.TdClassName
{
border-color: #338FF4;
}
.TagClassName
{
border-color: #338FF4;
}
</style>