Shades of Dodger Blue #27ADFD
Tints of Dodger Blue #27ADFD
RGB
CMYK
RGB Variations
Color information
#27ADFD (or 0x27ADFD) is known color: Dodger Blue. HEX triplet: 27, AD and FD. RGB value is (39,173,253). Sum of RGB (Red+Green+Blue) = 39+173+253=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #27ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27ADFD is #D85202. Grayscale: #8D8D8D. Windows color (decimal): -14176771 or 16624935. OLE color: 16624935.
HSL color Cylindrical-coordinate representation of color #27ADFD: hue angle of 202.43º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27ADFD is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 173 | 253 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.01 |
| HSL | 202.43º | 0.98% | 0.57% | - |
| HSV(B) | 202.43º | 0.85% | 0.99% | - |
| XYZ | 33.51 | 37.41 | 98.38 | - |
| YUV | 142.05 | 190.61 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 253 | 0.85 | 0.32 | 0 | 0.01 | 202.43 | 0.98 | 0.57 |
| Hex | 27 | AD | FD | 55 | 20 | 0 | 1 | CA | 62 | 39 |
| Octal | 47 | 255 | 375 | 125 | 40 | 0 | 1 | 312 | 142 | 71 |
| Binary | 100111 | 10101101 | 11111101 | 1010101 | 100000 | 0 | 1 | 11001010 | 1100010 | 111001 |
Color Harmonies of #27ADFD
Complementary color
Monochromatic Colors of #27ADFD
Black with #27ADFD
Text Example
Text Example
White with #27ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ADFD; }
p { color: rgb(39,173,253); }
H1.HeaderClassName
{
color: #27ADFD;
}
.AnyTagClassName
{
color: #27ADFD;
}
</style>
background-color css
<style>
a { background-color: #27ADFD; }
a { background-color: rgb(39,173,253); }
div.DivClassName
{
background-color: #27ADFD;
}
.BgClassName
{
background-color: #27ADFD;
}
</style>
border-color css
<style>
span { border-color: #27ADFD; }
span { border-color: rgb(39,173,253); }
td.TdClassName
{
border-color: #27ADFD;
}
.TagClassName
{
border-color: #27ADFD;
}
</style>