Shades of Dodger Blue #019BEA
Tints of Dodger Blue #019BEA
RGB
CMYK
RGB Variations
Color information
#019BEA (or 0x019BEA) is known color: Dodger Blue. HEX triplet: 01, 9B and EA. RGB value is (1,155,234). Sum of RGB (Red+Green+Blue) = 1+155+234=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #019BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BEA is #FE6415. Grayscale: #757575. Windows color (decimal): -16671766 or 15375105. OLE color: 15375105.
HSL color Cylindrical-coordinate representation of color #019BEA: hue angle of 200.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BEA is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 155 | 234 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.08 |
| HSL | 200.34º | 0.99% | 0.46% | - |
| HSV(B) | 200.34º | 1% | 0.92% | - |
| XYZ | 26.59 | 29.39 | 82.11 | - |
| YUV | 117.96 | 193.48 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 234 | 1.00 | 0.34 | 0 | 0.08 | 200.34 | 0.99 | 0.46 |
| Hex | 1 | 9B | EA | 64 | 22 | 0 | 8 | C8 | 63 | 2E |
| Octal | 1 | 233 | 352 | 144 | 42 | 0 | 10 | 310 | 143 | 56 |
| Binary | 1 | 10011011 | 11101010 | 1100100 | 100010 | 0 | 1000 | 11001000 | 1100011 | 101110 |
Color Harmonies of #019BEA
Complementary color
Monochromatic Colors of #019BEA
Black with #019BEA
Text Example
Text Example
White with #019BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BEA; }
p { color: rgb(1,155,234); }
H1.HeaderClassName
{
color: #019BEA;
}
.AnyTagClassName
{
color: #019BEA;
}
</style>
background-color css
<style>
a { background-color: #019BEA; }
a { background-color: rgb(1,155,234); }
div.DivClassName
{
background-color: #019BEA;
}
.BgClassName
{
background-color: #019BEA;
}
</style>
border-color css
<style>
span { border-color: #019BEA; }
span { border-color: rgb(1,155,234); }
td.TdClassName
{
border-color: #019BEA;
}
.TagClassName
{
border-color: #019BEA;
}
</style>