Shades of Dodger Blue #3283F4
Tints of Dodger Blue #3283F4
RGB
CMYK
RGB Variations
Color information
#3283F4 (or 0x3283F4) is known color: Dodger Blue. HEX triplet: 32, 83 and F4. RGB value is (50,131,244). Sum of RGB (Red+Green+Blue) = 50+131+244=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 244 (95.70% from 255 or 57.41% from 425); Max value from RGB is 244 - color contains mainly: blue. Hex color #3283F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3283F4 is #CD7C0B. Grayscale: #777777. Windows color (decimal): -13466636 or 16024370. OLE color: 16024370.
HSL color Cylindrical-coordinate representation of color #3283F4: hue angle of 214.95º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3283F4 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 131 | 244 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.04 |
| HSL | 214.95º | 0.9% | 0.58% | - |
| HSV(B) | 214.95º | 0.8% | 0.96% | - |
| XYZ | 25.76 | 23.44 | 88.76 | - |
| YUV | 119.66 | 198.16 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 244 | 0.80 | 0.46 | 0 | 0.04 | 214.95 | 0.9 | 0.58 |
| Hex | 32 | 83 | F4 | 50 | 2E | 0 | 4 | D7 | 5A | 3A |
| Octal | 62 | 203 | 364 | 120 | 56 | 0 | 4 | 327 | 132 | 72 |
| Binary | 110010 | 10000011 | 11110100 | 1010000 | 101110 | 0 | 100 | 11010111 | 1011010 | 111010 |
Color Harmonies of #3283F4
Complementary color
Monochromatic Colors of #3283F4
Black with #3283F4
Text Example
Text Example
White with #3283F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283F4; }
p { color: rgb(50,131,244); }
H1.HeaderClassName
{
color: #3283F4;
}
.AnyTagClassName
{
color: #3283F4;
}
</style>
background-color css
<style>
a { background-color: #3283F4; }
a { background-color: rgb(50,131,244); }
div.DivClassName
{
background-color: #3283F4;
}
.BgClassName
{
background-color: #3283F4;
}
</style>
border-color css
<style>
span { border-color: #3283F4; }
span { border-color: rgb(50,131,244); }
td.TdClassName
{
border-color: #3283F4;
}
.TagClassName
{
border-color: #3283F4;
}
</style>