Shades of Dodger Blue #1A68FC
Tints of Dodger Blue #1A68FC
RGB
CMYK
RGB Variations
Color information
#1A68FC (or 0x1A68FC) is known color: Dodger Blue. HEX triplet: 1A, 68 and FC. RGB value is (26,104,252). Sum of RGB (Red+Green+Blue) = 26+104+252=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A68FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A68FC is #E59703. Grayscale: #606060. Windows color (decimal): -15046404 or 16541722. OLE color: 16541722.
HSL color Cylindrical-coordinate representation of color #1A68FC: hue angle of 219.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A68FC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 104 | 252 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.01 |
| HSL | 219.29º | 0.97% | 0.55% | - |
| HSV(B) | 219.29º | 0.9% | 0.99% | - |
| XYZ | 22.95 | 17.15 | 94.2 | - |
| YUV | 97.55 | 215.16 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 252 | 0.90 | 0.59 | 0 | 0.01 | 219.29 | 0.97 | 0.55 |
| Hex | 1A | 68 | FC | 5A | 3B | 0 | 1 | DB | 61 | 37 |
| Octal | 32 | 150 | 374 | 132 | 73 | 0 | 1 | 333 | 141 | 67 |
| Binary | 11010 | 1101000 | 11111100 | 1011010 | 111011 | 0 | 1 | 11011011 | 1100001 | 110111 |
Color Harmonies of #1A68FC
Complementary color
Monochromatic Colors of #1A68FC
Black with #1A68FC
Text Example
Text Example
White with #1A68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A68FC; }
p { color: rgb(26,104,252); }
H1.HeaderClassName
{
color: #1A68FC;
}
.AnyTagClassName
{
color: #1A68FC;
}
</style>
background-color css
<style>
a { background-color: #1A68FC; }
a { background-color: rgb(26,104,252); }
div.DivClassName
{
background-color: #1A68FC;
}
.BgClassName
{
background-color: #1A68FC;
}
</style>
border-color css
<style>
span { border-color: #1A68FC; }
span { border-color: rgb(26,104,252); }
td.TdClassName
{
border-color: #1A68FC;
}
.TagClassName
{
border-color: #1A68FC;
}
</style>