Shades of Dodger Blue #308BFB
Tints of Dodger Blue #308BFB
RGB
CMYK
RGB Variations
Color information
#308BFB (or 0x308BFB) is known color: Dodger Blue. HEX triplet: 30, 8B and FB. RGB value is (48,139,251). Sum of RGB (Red+Green+Blue) = 48+139+251=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #308BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BFB is #CF7404. Grayscale: #7C7C7C. Windows color (decimal): -13595653 or 16485168. OLE color: 16485168.
HSL color Cylindrical-coordinate representation of color #308BFB: hue angle of 213.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308BFB is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 139 | 251 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.02 |
| HSL | 213.1º | 0.96% | 0.59% | - |
| HSV(B) | 213.1º | 0.81% | 0.98% | - |
| XYZ | 27.86 | 26.06 | 94.83 | - |
| YUV | 124.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 251 | 0.81 | 0.45 | 0 | 0.02 | 213.1 | 0.96 | 0.59 |
| Hex | 30 | 8B | FB | 51 | 2D | 0 | 2 | D5 | 60 | 3B |
| Octal | 60 | 213 | 373 | 121 | 55 | 0 | 2 | 325 | 140 | 73 |
| Binary | 110000 | 10001011 | 11111011 | 1010001 | 101101 | 0 | 10 | 11010101 | 1100000 | 111011 |
Color Harmonies of #308BFB
Complementary color
Monochromatic Colors of #308BFB
Black with #308BFB
Text Example
Text Example
White with #308BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BFB; }
p { color: rgb(48,139,251); }
H1.HeaderClassName
{
color: #308BFB;
}
.AnyTagClassName
{
color: #308BFB;
}
</style>
background-color css
<style>
a { background-color: #308BFB; }
a { background-color: rgb(48,139,251); }
div.DivClassName
{
background-color: #308BFB;
}
.BgClassName
{
background-color: #308BFB;
}
</style>
border-color css
<style>
span { border-color: #308BFB; }
span { border-color: rgb(48,139,251); }
td.TdClassName
{
border-color: #308BFB;
}
.TagClassName
{
border-color: #308BFB;
}
</style>