Shades of Dodger Blue #33A7FF
Tints of Dodger Blue #33A7FF
RGB
CMYK
RGB Variations
Color information
#33A7FF (or 0x33A7FF) is known color: Dodger Blue. HEX triplet: 33, A7 and FF. RGB value is (51,167,255). Sum of RGB (Red+Green+Blue) = 51+167+255=473 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.78% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #33A7FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A7FF is #CC5800. Grayscale: #8D8D8D. Windows color (decimal): -13391873 or 16754483. OLE color: 16754483.
HSL color Cylindrical-coordinate representation of color #33A7FF: hue angle of 205.88º 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 #33A7FF is Cyan = 0.8, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 167 | 255 | - |
| CMYK | 0.8 | 0.35 | 0 | 0 |
| HSL | 205.88º | 1% | 0.6% | - |
| HSV(B) | 205.88º | 0.8% | 1% | - |
| XYZ | 33.23 | 35.56 | 99.72 | - |
| YUV | 142.35 | 191.57 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 167 | 255 | 0.8 | 0.35 | 0 | 0 | 205.88 | 1 | 0.6 |
| Hex | 33 | A7 | FF | 50 | 23 | 0 | 0 | CE | 64 | 3C |
| Octal | 63 | 247 | 377 | 120 | 43 | 0 | 0 | 316 | 144 | 74 |
| Binary | 110011 | 10100111 | 11111111 | 1010000 | 100011 | 0 | 0 | 11001110 | 1100100 | 111100 |
Color Harmonies of #33A7FF
Complementary color
Monochromatic Colors of #33A7FF
Black with #33A7FF
Text Example
Text Example
White with #33A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A7FF; }
p { color: rgb(51,167,255); }
H1.HeaderClassName
{
color: #33A7FF;
}
.AnyTagClassName
{
color: #33A7FF;
}
</style>
background-color css
<style>
a { background-color: #33A7FF; }
a { background-color: rgb(51,167,255); }
div.DivClassName
{
background-color: #33A7FF;
}
.BgClassName
{
background-color: #33A7FF;
}
</style>
border-color css
<style>
span { border-color: #33A7FF; }
span { border-color: rgb(51,167,255); }
td.TdClassName
{
border-color: #33A7FF;
}
.TagClassName
{
border-color: #33A7FF;
}
</style>