Shades of Dodger Blue #279BEA
Tints of Dodger Blue #279BEA
RGB
CMYK
RGB Variations
Color information
#279BEA (or 0x279BEA) is known color: Dodger Blue. HEX triplet: 27, 9B and EA. RGB value is (39,155,234). Sum of RGB (Red+Green+Blue) = 39+155+234=428 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.11% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #279BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #279BEA is #D86415. Grayscale: #808080. Windows color (decimal): -14181398 or 15375143. OLE color: 15375143.
HSL color Cylindrical-coordinate representation of color #279BEA: hue angle of 204.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #279BEA is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 155 | 234 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.08 |
| HSL | 204.31º | 0.82% | 0.54% | - |
| HSV(B) | 204.31º | 0.83% | 0.92% | - |
| XYZ | 27.41 | 29.81 | 82.15 | - |
| YUV | 129.32 | 187.07 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 234 | 0.83 | 0.34 | 0 | 0.08 | 204.31 | 0.82 | 0.54 |
| Hex | 27 | 9B | EA | 53 | 22 | 0 | 8 | CC | 52 | 36 |
| Octal | 47 | 233 | 352 | 123 | 42 | 0 | 10 | 314 | 122 | 66 |
| Binary | 100111 | 10011011 | 11101010 | 1010011 | 100010 | 0 | 1000 | 11001100 | 1010010 | 110110 |
Color Harmonies of #279BEA
Complementary color
Monochromatic Colors of #279BEA
Black with #279BEA
Text Example
Text Example
White with #279BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BEA; }
p { color: rgb(39,155,234); }
H1.HeaderClassName
{
color: #279BEA;
}
.AnyTagClassName
{
color: #279BEA;
}
</style>
background-color css
<style>
a { background-color: #279BEA; }
a { background-color: rgb(39,155,234); }
div.DivClassName
{
background-color: #279BEA;
}
.BgClassName
{
background-color: #279BEA;
}
</style>
border-color css
<style>
span { border-color: #279BEA; }
span { border-color: rgb(39,155,234); }
td.TdClassName
{
border-color: #279BEA;
}
.TagClassName
{
border-color: #279BEA;
}
</style>