Shades of Dodger Blue #33A1F6
Tints of Dodger Blue #33A1F6
RGB
CMYK
RGB Variations
Color information
#33A1F6 (or 0x33A1F6) is known color: Dodger Blue. HEX triplet: 33, A1 and F6. RGB value is (51,161,246). Sum of RGB (Red+Green+Blue) = 51+161+246=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #33A1F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A1F6 is #CC5E09. Grayscale: #898989. Windows color (decimal): -13393418 or 16163123. OLE color: 16163123.
HSL color Cylindrical-coordinate representation of color #33A1F6: hue angle of 206.15º degrees, saturation: 0.92, 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 #33A1F6 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 161 | 246 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.04 |
| HSL | 206.15º | 0.92% | 0.58% | - |
| HSV(B) | 206.15º | 0.79% | 0.96% | - |
| XYZ | 30.74 | 32.85 | 91.91 | - |
| YUV | 137.8 | 189.06 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 246 | 0.79 | 0.35 | 0 | 0.04 | 206.15 | 0.92 | 0.58 |
| Hex | 33 | A1 | F6 | 4F | 23 | 0 | 4 | CE | 5C | 3A |
| Octal | 63 | 241 | 366 | 117 | 43 | 0 | 4 | 316 | 134 | 72 |
| Binary | 110011 | 10100001 | 11110110 | 1001111 | 100011 | 0 | 100 | 11001110 | 1011100 | 111010 |
Color Harmonies of #33A1F6
Complementary color
Monochromatic Colors of #33A1F6
Black with #33A1F6
Text Example
Text Example
White with #33A1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A1F6; }
p { color: rgb(51,161,246); }
H1.HeaderClassName
{
color: #33A1F6;
}
.AnyTagClassName
{
color: #33A1F6;
}
</style>
background-color css
<style>
a { background-color: #33A1F6; }
a { background-color: rgb(51,161,246); }
div.DivClassName
{
background-color: #33A1F6;
}
.BgClassName
{
background-color: #33A1F6;
}
</style>
border-color css
<style>
span { border-color: #33A1F6; }
span { border-color: rgb(51,161,246); }
td.TdClassName
{
border-color: #33A1F6;
}
.TagClassName
{
border-color: #33A1F6;
}
</style>