Shades of Dodger Blue #328CF0
Tints of Dodger Blue #328CF0
RGB
CMYK
RGB Variations
Color information
#328CF0 (or 0x328CF0) is known color: Dodger Blue. HEX triplet: 32, 8C and F0. RGB value is (50,140,240). Sum of RGB (Red+Green+Blue) = 50+140+240=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #328CF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CF0 is #CD730F. Grayscale: #7C7C7C. Windows color (decimal): -13464336 or 15764530. OLE color: 15764530.
HSL color Cylindrical-coordinate representation of color #328CF0: hue angle of 211.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328CF0 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 140 | 240 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.06 |
| HSL | 211.58º | 0.86% | 0.57% | - |
| HSV(B) | 211.58º | 0.79% | 0.94% | - |
| XYZ | 26.42 | 25.73 | 86.01 | - |
| YUV | 124.49 | 193.18 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 240 | 0.79 | 0.42 | 0 | 0.06 | 211.58 | 0.86 | 0.57 |
| Hex | 32 | 8C | F0 | 4F | 2A | 0 | 6 | D4 | 56 | 39 |
| Octal | 62 | 214 | 360 | 117 | 52 | 0 | 6 | 324 | 126 | 71 |
| Binary | 110010 | 10001100 | 11110000 | 1001111 | 101010 | 0 | 110 | 11010100 | 1010110 | 111001 |
Color Harmonies of #328CF0
Complementary color
Monochromatic Colors of #328CF0
Black with #328CF0
Text Example
Text Example
White with #328CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CF0; }
p { color: rgb(50,140,240); }
H1.HeaderClassName
{
color: #328CF0;
}
.AnyTagClassName
{
color: #328CF0;
}
</style>
background-color css
<style>
a { background-color: #328CF0; }
a { background-color: rgb(50,140,240); }
div.DivClassName
{
background-color: #328CF0;
}
.BgClassName
{
background-color: #328CF0;
}
</style>
border-color css
<style>
span { border-color: #328CF0; }
span { border-color: rgb(50,140,240); }
td.TdClassName
{
border-color: #328CF0;
}
.TagClassName
{
border-color: #328CF0;
}
</style>