Shades of Dodger Blue #309BFC
Tints of Dodger Blue #309BFC
RGB
CMYK
RGB Variations
Color information
#309BFC (or 0x309BFC) is known color: Dodger Blue. HEX triplet: 30, 9B and FC. RGB value is (48,155,252). Sum of RGB (Red+Green+Blue) = 48+155+252=455 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.55% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #309BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BFC is #CF6403. Grayscale: #858585. Windows color (decimal): -13591556 or 16554800. OLE color: 16554800.
HSL color Cylindrical-coordinate representation of color #309BFC: hue angle of 208.53º 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 #309BFC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 155 | 252 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.01 |
| HSL | 208.53º | 0.97% | 0.59% | - |
| HSV(B) | 208.53º | 0.81% | 0.99% | - |
| XYZ | 30.51 | 31.1 | 96.49 | - |
| YUV | 134.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 155 | 252 | 0.81 | 0.38 | 0 | 0.01 | 208.53 | 0.97 | 0.59 |
| Hex | 30 | 9B | FC | 51 | 26 | 0 | 1 | D1 | 61 | 3B |
| Octal | 60 | 233 | 374 | 121 | 46 | 0 | 1 | 321 | 141 | 73 |
| Binary | 110000 | 10011011 | 11111100 | 1010001 | 100110 | 0 | 1 | 11010001 | 1100001 | 111011 |
Color Harmonies of #309BFC
Complementary color
Monochromatic Colors of #309BFC
Black with #309BFC
Text Example
Text Example
White with #309BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309BFC; }
p { color: rgb(48,155,252); }
H1.HeaderClassName
{
color: #309BFC;
}
.AnyTagClassName
{
color: #309BFC;
}
</style>
background-color css
<style>
a { background-color: #309BFC; }
a { background-color: rgb(48,155,252); }
div.DivClassName
{
background-color: #309BFC;
}
.BgClassName
{
background-color: #309BFC;
}
</style>
border-color css
<style>
span { border-color: #309BFC; }
span { border-color: rgb(48,155,252); }
td.TdClassName
{
border-color: #309BFC;
}
.TagClassName
{
border-color: #309BFC;
}
</style>