Shades of Dodger Blue #328AFE
Tints of Dodger Blue #328AFE
RGB
CMYK
RGB Variations
Color information
#328AFE (or 0x328AFE) is known color: Dodger Blue. HEX triplet: 32, 8A and FE. RGB value is (50,138,254). Sum of RGB (Red+Green+Blue) = 50+138+254=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #328AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328AFE is #CD7501. Grayscale: #7C7C7C. Windows color (decimal): -13464834 or 16681522. OLE color: 16681522.
HSL color Cylindrical-coordinate representation of color #328AFE: hue angle of 214.12º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328AFE is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 138 | 254 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.00 |
| HSL | 214.12º | 0.99% | 0.6% | - |
| HSV(B) | 214.12º | 0.8% | 1% | - |
| XYZ | 28.29 | 26.01 | 97.3 | - |
| YUV | 124.91 | 200.85 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 254 | 0.80 | 0.46 | 0 | 0.00 | 214.12 | 0.99 | 0.6 |
| Hex | 32 | 8A | FE | 50 | 2E | 0 | 0 | D6 | 63 | 3C |
| Octal | 62 | 212 | 376 | 120 | 56 | 0 | 0 | 326 | 143 | 74 |
| Binary | 110010 | 10001010 | 11111110 | 1010000 | 101110 | 0 | 0 | 11010110 | 1100011 | 111100 |
Color Harmonies of #328AFE
Complementary color
Monochromatic Colors of #328AFE
Black with #328AFE
Text Example
Text Example
White with #328AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328AFE; }
p { color: rgb(50,138,254); }
H1.HeaderClassName
{
color: #328AFE;
}
.AnyTagClassName
{
color: #328AFE;
}
</style>
background-color css
<style>
a { background-color: #328AFE; }
a { background-color: rgb(50,138,254); }
div.DivClassName
{
background-color: #328AFE;
}
.BgClassName
{
background-color: #328AFE;
}
</style>
border-color css
<style>
span { border-color: #328AFE; }
span { border-color: rgb(50,138,254); }
td.TdClassName
{
border-color: #328AFE;
}
.TagClassName
{
border-color: #328AFE;
}
</style>