Shades of Dodger Blue #308CFC
Tints of Dodger Blue #308CFC
RGB
CMYK
RGB Variations
Color information
#308CFC (or 0x308CFC) is known color: Dodger Blue. HEX triplet: 30, 8C and FC. RGB value is (48,140,252). Sum of RGB (Red+Green+Blue) = 48+140+252=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #308CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308CFC is #CF7303. Grayscale: #7C7C7C. Windows color (decimal): -13595396 or 16550960. OLE color: 16550960.
HSL color Cylindrical-coordinate representation of color #308CFC: hue angle of 212.94º degrees, saturation: 0.97, 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 #308CFC is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 140 | 252 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.01 |
| HSL | 212.94º | 0.97% | 0.59% | - |
| HSV(B) | 212.94º | 0.81% | 0.99% | - |
| XYZ | 28.17 | 26.41 | 95.71 | - |
| YUV | 125.26 | 199.52 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 252 | 0.81 | 0.44 | 0 | 0.01 | 212.94 | 0.97 | 0.59 |
| Hex | 30 | 8C | FC | 51 | 2C | 0 | 1 | D5 | 61 | 3B |
| Octal | 60 | 214 | 374 | 121 | 54 | 0 | 1 | 325 | 141 | 73 |
| Binary | 110000 | 10001100 | 11111100 | 1010001 | 101100 | 0 | 1 | 11010101 | 1100001 | 111011 |
Color Harmonies of #308CFC
Complementary color
Monochromatic Colors of #308CFC
Black with #308CFC
Text Example
Text Example
White with #308CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CFC; }
p { color: rgb(48,140,252); }
H1.HeaderClassName
{
color: #308CFC;
}
.AnyTagClassName
{
color: #308CFC;
}
</style>
background-color css
<style>
a { background-color: #308CFC; }
a { background-color: rgb(48,140,252); }
div.DivClassName
{
background-color: #308CFC;
}
.BgClassName
{
background-color: #308CFC;
}
</style>
border-color css
<style>
span { border-color: #308CFC; }
span { border-color: rgb(48,140,252); }
td.TdClassName
{
border-color: #308CFC;
}
.TagClassName
{
border-color: #308CFC;
}
</style>