Shades of Dodger Blue #33A0FF
Tints of Dodger Blue #33A0FF
RGB
CMYK
RGB Variations
Color information
#33A0FF (or 0x33A0FF) is known color: Dodger Blue. HEX triplet: 33, A0 and FF. RGB value is (51,160,255). Sum of RGB (Red+Green+Blue) = 51+160+255=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #33A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A0FF is #CC5F00. Grayscale: #898989. Windows color (decimal): -13393665 or 16752691. OLE color: 16752691.
HSL color Cylindrical-coordinate representation of color #33A0FF: hue angle of 207.94º 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 #33A0FF is Cyan = 0.8, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 160 | 255 | - |
| CMYK | 0.8 | 0.37 | 0 | 0 |
| HSL | 207.94º | 1% | 0.6% | - |
| HSV(B) | 207.94º | 0.8% | 1% | - |
| XYZ | 31.99 | 33.07 | 99.3 | - |
| YUV | 138.24 | 193.89 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 255 | 0.8 | 0.37 | 0 | 0 | 207.94 | 1 | 0.6 |
| Hex | 33 | A0 | FF | 50 | 25 | 0 | 0 | D0 | 64 | 3C |
| Octal | 63 | 240 | 377 | 120 | 45 | 0 | 0 | 320 | 144 | 74 |
| Binary | 110011 | 10100000 | 11111111 | 1010000 | 100101 | 0 | 0 | 11010000 | 1100100 | 111100 |
Color Harmonies of #33A0FF
Complementary color
Monochromatic Colors of #33A0FF
Black with #33A0FF
Text Example
Text Example
White with #33A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A0FF; }
p { color: rgb(51,160,255); }
H1.HeaderClassName
{
color: #33A0FF;
}
.AnyTagClassName
{
color: #33A0FF;
}
</style>
background-color css
<style>
a { background-color: #33A0FF; }
a { background-color: rgb(51,160,255); }
div.DivClassName
{
background-color: #33A0FF;
}
.BgClassName
{
background-color: #33A0FF;
}
</style>
border-color css
<style>
span { border-color: #33A0FF; }
span { border-color: rgb(51,160,255); }
td.TdClassName
{
border-color: #33A0FF;
}
.TagClassName
{
border-color: #33A0FF;
}
</style>