Shades of Dodger Blue #339CF2
Tints of Dodger Blue #339CF2
RGB
CMYK
RGB Variations
Color information
#339CF2 (or 0x339CF2) is known color: Dodger Blue. HEX triplet: 33, 9C and F2. RGB value is (51,156,242). Sum of RGB (Red+Green+Blue) = 51+156+242=449 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.36% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #339CF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #339CF2 is #CC630D. Grayscale: #858585. Windows color (decimal): -13394702 or 15899699. OLE color: 15899699.
HSL color Cylindrical-coordinate representation of color #339CF2: hue angle of 207.02º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #339CF2 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 156 | 242 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.05 |
| HSL | 207.02º | 0.88% | 0.57% | - |
| HSV(B) | 207.02º | 0.79% | 0.95% | - |
| XYZ | 29.28 | 30.89 | 88.42 | - |
| YUV | 134.41 | 188.71 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 242 | 0.79 | 0.36 | 0 | 0.05 | 207.02 | 0.88 | 0.57 |
| Hex | 33 | 9C | F2 | 4F | 24 | 0 | 5 | CF | 58 | 39 |
| Octal | 63 | 234 | 362 | 117 | 44 | 0 | 5 | 317 | 130 | 71 |
| Binary | 110011 | 10011100 | 11110010 | 1001111 | 100100 | 0 | 101 | 11001111 | 1011000 | 111001 |
Color Harmonies of #339CF2
Complementary color
Monochromatic Colors of #339CF2
Black with #339CF2
Text Example
Text Example
White with #339CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339CF2; }
p { color: rgb(51,156,242); }
H1.HeaderClassName
{
color: #339CF2;
}
.AnyTagClassName
{
color: #339CF2;
}
</style>
background-color css
<style>
a { background-color: #339CF2; }
a { background-color: rgb(51,156,242); }
div.DivClassName
{
background-color: #339CF2;
}
.BgClassName
{
background-color: #339CF2;
}
</style>
border-color css
<style>
span { border-color: #339CF2; }
span { border-color: rgb(51,156,242); }
td.TdClassName
{
border-color: #339CF2;
}
.TagClassName
{
border-color: #339CF2;
}
</style>