Shades of Dodger Blue #308BFF
Tints of Dodger Blue #308BFF
RGB
CMYK
RGB Variations
Color information
#308BFF (or 0x308BFF) is known color: Dodger Blue. HEX triplet: 30, 8B and FF. RGB value is (48,139,255). Sum of RGB (Red+Green+Blue) = 48+139+255=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #308BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BFF is #CF7400. Grayscale: #7C7C7C. Windows color (decimal): -13595649 or 16747312. OLE color: 16747312.
HSL color Cylindrical-coordinate representation of color #308BFF: hue angle of 213.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308BFF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 139 | 255 | - |
| CMYK | 0.81 | 0.45 | 0 | 0 |
| HSL | 213.62º | 1% | 0.59% | - |
| HSV(B) | 213.62º | 0.81% | 1% | - |
| XYZ | 28.5 | 26.31 | 98.18 | - |
| YUV | 125.02 | 201.35 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 255 | 0.81 | 0.45 | 0 | 0 | 213.62 | 1 | 0.59 |
| Hex | 30 | 8B | FF | 51 | 2D | 0 | 0 | D6 | 64 | 3B |
| Octal | 60 | 213 | 377 | 121 | 55 | 0 | 0 | 326 | 144 | 73 |
| Binary | 110000 | 10001011 | 11111111 | 1010001 | 101101 | 0 | 0 | 11010110 | 1100100 | 111011 |
Color Harmonies of #308BFF
Complementary color
Monochromatic Colors of #308BFF
Black with #308BFF
Text Example
Text Example
White with #308BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BFF; }
p { color: rgb(48,139,255); }
H1.HeaderClassName
{
color: #308BFF;
}
.AnyTagClassName
{
color: #308BFF;
}
</style>
background-color css
<style>
a { background-color: #308BFF; }
a { background-color: rgb(48,139,255); }
div.DivClassName
{
background-color: #308BFF;
}
.BgClassName
{
background-color: #308BFF;
}
</style>
border-color css
<style>
span { border-color: #308BFF; }
span { border-color: rgb(48,139,255); }
td.TdClassName
{
border-color: #308BFF;
}
.TagClassName
{
border-color: #308BFF;
}
</style>