Shades of Dodger Blue #338CF4
Tints of Dodger Blue #338CF4
RGB
CMYK
RGB Variations
Color information
#338CF4 (or 0x338CF4) is known color: Dodger Blue. HEX triplet: 33, 8C and F4. RGB value is (51,140,244). Sum of RGB (Red+Green+Blue) = 51+140+244=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #338CF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CF4 is #CC730B. Grayscale: #7C7C7C. Windows color (decimal): -13398796 or 16026675. OLE color: 16026675.
HSL color Cylindrical-coordinate representation of color #338CF4: hue angle of 212.33º 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 #338CF4 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 140 | 244 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.04 |
| HSL | 212.33º | 0.9% | 0.58% | - |
| HSV(B) | 212.33º | 0.79% | 0.96% | - |
| XYZ | 27.07 | 25.99 | 89.18 | - |
| YUV | 125.25 | 195.01 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 244 | 0.79 | 0.43 | 0 | 0.04 | 212.33 | 0.9 | 0.58 |
| Hex | 33 | 8C | F4 | 4F | 2B | 0 | 4 | D4 | 5A | 3A |
| Octal | 63 | 214 | 364 | 117 | 53 | 0 | 4 | 324 | 132 | 72 |
| Binary | 110011 | 10001100 | 11110100 | 1001111 | 101011 | 0 | 100 | 11010100 | 1011010 | 111010 |
Color Harmonies of #338CF4
Complementary color
Monochromatic Colors of #338CF4
Black with #338CF4
Text Example
Text Example
White with #338CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CF4; }
p { color: rgb(51,140,244); }
H1.HeaderClassName
{
color: #338CF4;
}
.AnyTagClassName
{
color: #338CF4;
}
</style>
background-color css
<style>
a { background-color: #338CF4; }
a { background-color: rgb(51,140,244); }
div.DivClassName
{
background-color: #338CF4;
}
.BgClassName
{
background-color: #338CF4;
}
</style>
border-color css
<style>
span { border-color: #338CF4; }
span { border-color: rgb(51,140,244); }
td.TdClassName
{
border-color: #338CF4;
}
.TagClassName
{
border-color: #338CF4;
}
</style>