Shades of Dodger Blue #0094FC
Tints of Dodger Blue #0094FC
RGB
CMYK
RGB Variations
Color information
#0094FC (or 0x0094FC) is known color: Dodger Blue. HEX triplet: 00, 94 and FC. RGB value is (0,148,252). Sum of RGB (Red+Green+Blue) = 0+148+252=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #0094FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0094FC is #FF6B03. Grayscale: #737373. Windows color (decimal): -16739076 or 16552960. OLE color: 16552960.
HSL color Cylindrical-coordinate representation of color #0094FC: hue angle of 204.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094FC is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 148 | 252 | - |
| CMYK | 1 | 0.41 | 0 | 0.01 |
| HSL | 204.76º | 1% | 0.49% | - |
| HSV(B) | 204.76º | 1% | 0.99% | - |
| XYZ | 28.16 | 28.21 | 96.06 | - |
| YUV | 115.6 | 204.97 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 252 | 1 | 0.41 | 0 | 0.01 | 204.76 | 1 | 0.49 |
| Hex | 0 | 94 | FC | 64 | 29 | 0 | 1 | CD | 64 | 31 |
| Octal | 0 | 224 | 374 | 144 | 51 | 0 | 1 | 315 | 144 | 61 |
| Binary | 0 | 10010100 | 11111100 | 1100100 | 101001 | 0 | 1 | 11001101 | 1100100 | 110001 |
Color Harmonies of #0094FC
Complementary color
Monochromatic Colors of #0094FC
Black with #0094FC
Text Example
Text Example
White with #0094FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0094FC; }
p { color: rgb(0,148,252); }
H1.HeaderClassName
{
color: #0094FC;
}
.AnyTagClassName
{
color: #0094FC;
}
</style>
background-color css
<style>
a { background-color: #0094FC; }
a { background-color: rgb(0,148,252); }
div.DivClassName
{
background-color: #0094FC;
}
.BgClassName
{
background-color: #0094FC;
}
</style>
border-color css
<style>
span { border-color: #0094FC; }
span { border-color: rgb(0,148,252); }
td.TdClassName
{
border-color: #0094FC;
}
.TagClassName
{
border-color: #0094FC;
}
</style>