Shades of Dodger Blue #308CFD
Tints of Dodger Blue #308CFD
RGB
CMYK
RGB Variations
Color information
#308CFD (or 0x308CFD) is known color: Dodger Blue. HEX triplet: 30, 8C and FD. RGB value is (48,140,253). Sum of RGB (Red+Green+Blue) = 48+140+253=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #308CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308CFD is #CF7302. Grayscale: #7C7C7C. Windows color (decimal): -13595395 or 16616496. OLE color: 16616496.
HSL color Cylindrical-coordinate representation of color #308CFD: hue angle of 213.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308CFD is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 140 | 253 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.01 |
| HSL | 213.07º | 0.98% | 0.59% | - |
| HSV(B) | 213.07º | 0.81% | 0.99% | - |
| XYZ | 28.33 | 26.48 | 96.55 | - |
| YUV | 125.37 | 200.02 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 253 | 0.81 | 0.45 | 0 | 0.01 | 213.07 | 0.98 | 0.59 |
| Hex | 30 | 8C | FD | 51 | 2D | 0 | 1 | D5 | 62 | 3B |
| Octal | 60 | 214 | 375 | 121 | 55 | 0 | 1 | 325 | 142 | 73 |
| Binary | 110000 | 10001100 | 11111101 | 1010001 | 101101 | 0 | 1 | 11010101 | 1100010 | 111011 |
Color Harmonies of #308CFD
Complementary color
Monochromatic Colors of #308CFD
Black with #308CFD
Text Example
Text Example
White with #308CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CFD; }
p { color: rgb(48,140,253); }
H1.HeaderClassName
{
color: #308CFD;
}
.AnyTagClassName
{
color: #308CFD;
}
</style>
background-color css
<style>
a { background-color: #308CFD; }
a { background-color: rgb(48,140,253); }
div.DivClassName
{
background-color: #308CFD;
}
.BgClassName
{
background-color: #308CFD;
}
</style>
border-color css
<style>
span { border-color: #308CFD; }
span { border-color: rgb(48,140,253); }
td.TdClassName
{
border-color: #308CFD;
}
.TagClassName
{
border-color: #308CFD;
}
</style>