Shades of Dodger Blue #33A1FF
Tints of Dodger Blue #33A1FF
RGB
CMYK
RGB Variations
Color information
#33A1FF (or 0x33A1FF) is known color: Dodger Blue. HEX triplet: 33, A1 and FF. RGB value is (51,161,255). Sum of RGB (Red+Green+Blue) = 51+161+255=467 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.92% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #33A1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A1FF is #CC5E00. Grayscale: #8A8A8A. Windows color (decimal): -13393409 or 16752947. OLE color: 16752947.
HSL color Cylindrical-coordinate representation of color #33A1FF: hue angle of 207.65º 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 #33A1FF is Cyan = 0.8, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 161 | 255 | - |
| CMYK | 0.8 | 0.37 | 0 | 0 |
| HSL | 207.65º | 1% | 0.6% | - |
| HSV(B) | 207.65º | 0.8% | 1% | - |
| XYZ | 32.16 | 33.41 | 99.36 | - |
| YUV | 138.83 | 193.56 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 255 | 0.8 | 0.37 | 0 | 0 | 207.65 | 1 | 0.6 |
| Hex | 33 | A1 | FF | 50 | 25 | 0 | 0 | D0 | 64 | 3C |
| Octal | 63 | 241 | 377 | 120 | 45 | 0 | 0 | 320 | 144 | 74 |
| Binary | 110011 | 10100001 | 11111111 | 1010000 | 100101 | 0 | 0 | 11010000 | 1100100 | 111100 |
Color Harmonies of #33A1FF
Complementary color
Monochromatic Colors of #33A1FF
Black with #33A1FF
Text Example
Text Example
White with #33A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A1FF; }
p { color: rgb(51,161,255); }
H1.HeaderClassName
{
color: #33A1FF;
}
.AnyTagClassName
{
color: #33A1FF;
}
</style>
background-color css
<style>
a { background-color: #33A1FF; }
a { background-color: rgb(51,161,255); }
div.DivClassName
{
background-color: #33A1FF;
}
.BgClassName
{
background-color: #33A1FF;
}
</style>
border-color css
<style>
span { border-color: #33A1FF; }
span { border-color: rgb(51,161,255); }
td.TdClassName
{
border-color: #33A1FF;
}
.TagClassName
{
border-color: #33A1FF;
}
</style>