Shades of Dodger Blue #3380FB
Tints of Dodger Blue #3380FB
RGB
CMYK
RGB Variations
Color information
#3380FB (or 0x3380FB) is known color: Dodger Blue. HEX triplet: 33, 80 and FB. RGB value is (51,128,251). Sum of RGB (Red+Green+Blue) = 51+128+251=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #3380FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380FB is #CC7F04. Grayscale: #767676. Windows color (decimal): -13401861 or 16482355. OLE color: 16482355.
HSL color Cylindrical-coordinate representation of color #3380FB: hue angle of 216.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3380FB is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 128 | 251 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.02 |
| HSL | 216.9º | 0.96% | 0.59% | - |
| HSV(B) | 216.9º | 0.8% | 0.98% | - |
| XYZ | 26.5 | 23.11 | 94.33 | - |
| YUV | 119 | 202.49 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 251 | 0.80 | 0.49 | 0 | 0.02 | 216.9 | 0.96 | 0.59 |
| Hex | 33 | 80 | FB | 50 | 31 | 0 | 2 | D9 | 60 | 3B |
| Octal | 63 | 200 | 373 | 120 | 61 | 0 | 2 | 331 | 140 | 73 |
| Binary | 110011 | 10000000 | 11111011 | 1010000 | 110001 | 0 | 10 | 11011001 | 1100000 | 111011 |
Color Harmonies of #3380FB
Complementary color
Monochromatic Colors of #3380FB
Black with #3380FB
Text Example
Text Example
White with #3380FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3380FB; }
p { color: rgb(51,128,251); }
H1.HeaderClassName
{
color: #3380FB;
}
.AnyTagClassName
{
color: #3380FB;
}
</style>
background-color css
<style>
a { background-color: #3380FB; }
a { background-color: rgb(51,128,251); }
div.DivClassName
{
background-color: #3380FB;
}
.BgClassName
{
background-color: #3380FB;
}
</style>
border-color css
<style>
span { border-color: #3380FB; }
span { border-color: rgb(51,128,251); }
td.TdClassName
{
border-color: #3380FB;
}
.TagClassName
{
border-color: #3380FB;
}
</style>