Shades of Dodger Blue #33A1F7
Tints of Dodger Blue #33A1F7
RGB
CMYK
RGB Variations
Color information
#33A1F7 (or 0x33A1F7) is known color: Dodger Blue. HEX triplet: 33, A1 and F7. RGB value is (51,161,247). Sum of RGB (Red+Green+Blue) = 51+161+247=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #33A1F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33A1F7 is #CC5E08. Grayscale: #898989. Windows color (decimal): -13393417 or 16228659. OLE color: 16228659.
HSL color Cylindrical-coordinate representation of color #33A1F7: hue angle of 206.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33A1F7 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 161 | 247 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.03 |
| HSL | 206.33º | 0.92% | 0.58% | - |
| HSV(B) | 206.33º | 0.79% | 0.97% | - |
| XYZ | 30.9 | 32.91 | 92.72 | - |
| YUV | 137.91 | 189.56 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 247 | 0.79 | 0.35 | 0 | 0.03 | 206.33 | 0.92 | 0.58 |
| Hex | 33 | A1 | F7 | 4F | 23 | 0 | 3 | CE | 5C | 3A |
| Octal | 63 | 241 | 367 | 117 | 43 | 0 | 3 | 316 | 134 | 72 |
| Binary | 110011 | 10100001 | 11110111 | 1001111 | 100011 | 0 | 11 | 11001110 | 1011100 | 111010 |
Color Harmonies of #33A1F7
Complementary color
Monochromatic Colors of #33A1F7
Black with #33A1F7
Text Example
Text Example
White with #33A1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A1F7; }
p { color: rgb(51,161,247); }
H1.HeaderClassName
{
color: #33A1F7;
}
.AnyTagClassName
{
color: #33A1F7;
}
</style>
background-color css
<style>
a { background-color: #33A1F7; }
a { background-color: rgb(51,161,247); }
div.DivClassName
{
background-color: #33A1F7;
}
.BgClassName
{
background-color: #33A1F7;
}
</style>
border-color css
<style>
span { border-color: #33A1F7; }
span { border-color: rgb(51,161,247); }
td.TdClassName
{
border-color: #33A1F7;
}
.TagClassName
{
border-color: #33A1F7;
}
</style>