Shades of Dodger Blue #0FA3FC
Tints of Dodger Blue #0FA3FC
RGB
CMYK
RGB Variations
Color information
#0FA3FC (or 0x0FA3FC) is known color: Dodger Blue. HEX triplet: 0F, A3 and FC. RGB value is (15,163,252). Sum of RGB (Red+Green+Blue) = 15+163+252=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FA3FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA3FC is #F05C03. Grayscale: #808080. Windows color (decimal): -15752196 or 16556815. OLE color: 16556815.
HSL color Cylindrical-coordinate representation of color #0FA3FC: hue angle of 202.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA3FC is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 163 | 252 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.01 |
| HSL | 202.53º | 0.98% | 0.52% | - |
| HSV(B) | 202.53º | 0.94% | 0.99% | - |
| XYZ | 30.86 | 33.32 | 96.9 | - |
| YUV | 128.89 | 197.47 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 252 | 0.94 | 0.35 | 0 | 0.01 | 202.53 | 0.98 | 0.52 |
| Hex | F | A3 | FC | 5E | 23 | 0 | 1 | CB | 62 | 34 |
| Octal | 17 | 243 | 374 | 136 | 43 | 0 | 1 | 313 | 142 | 64 |
| Binary | 1111 | 10100011 | 11111100 | 1011110 | 100011 | 0 | 1 | 11001011 | 1100010 | 110100 |
Color Harmonies of #0FA3FC
Complementary color
Monochromatic Colors of #0FA3FC
Black with #0FA3FC
Text Example
Text Example
White with #0FA3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA3FC; }
p { color: rgb(15,163,252); }
H1.HeaderClassName
{
color: #0FA3FC;
}
.AnyTagClassName
{
color: #0FA3FC;
}
</style>
background-color css
<style>
a { background-color: #0FA3FC; }
a { background-color: rgb(15,163,252); }
div.DivClassName
{
background-color: #0FA3FC;
}
.BgClassName
{
background-color: #0FA3FC;
}
</style>
border-color css
<style>
span { border-color: #0FA3FC; }
span { border-color: rgb(15,163,252); }
td.TdClassName
{
border-color: #0FA3FC;
}
.TagClassName
{
border-color: #0FA3FC;
}
</style>