Shades of Dodger Blue #3380F4
Tints of Dodger Blue #3380F4
RGB
CMYK
RGB Variations
Color information
#3380F4 (or 0x3380F4) is known color: Dodger Blue. HEX triplet: 33, 80 and F4. RGB value is (51,128,244). Sum of RGB (Red+Green+Blue) = 51+128+244=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #3380F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380F4 is #CC7F0B. Grayscale: #757575. Windows color (decimal): -13401868 or 16023603. OLE color: 16023603.
HSL color Cylindrical-coordinate representation of color #3380F4: hue angle of 216.06º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3380F4 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 128 | 244 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.04 |
| HSL | 216.06º | 0.9% | 0.58% | - |
| HSV(B) | 216.06º | 0.79% | 0.96% | - |
| XYZ | 25.41 | 22.67 | 88.62 | - |
| YUV | 118.2 | 198.99 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 244 | 0.79 | 0.48 | 0 | 0.04 | 216.06 | 0.9 | 0.58 |
| Hex | 33 | 80 | F4 | 4F | 30 | 0 | 4 | D8 | 5A | 3A |
| Octal | 63 | 200 | 364 | 117 | 60 | 0 | 4 | 330 | 132 | 72 |
| Binary | 110011 | 10000000 | 11110100 | 1001111 | 110000 | 0 | 100 | 11011000 | 1011010 | 111010 |
Color Harmonies of #3380F4
Complementary color
Monochromatic Colors of #3380F4
Black with #3380F4
Text Example
Text Example
White with #3380F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380F4; }
p { color: rgb(51,128,244); }
H1.HeaderClassName
{
color: #3380F4;
}
.AnyTagClassName
{
color: #3380F4;
}
</style>
background-color css
<style>
a { background-color: #3380F4; }
a { background-color: rgb(51,128,244); }
div.DivClassName
{
background-color: #3380F4;
}
.BgClassName
{
background-color: #3380F4;
}
</style>
border-color css
<style>
span { border-color: #3380F4; }
span { border-color: rgb(51,128,244); }
td.TdClassName
{
border-color: #3380F4;
}
.TagClassName
{
border-color: #3380F4;
}
</style>