Shades of Royal Blue #2675DA
Tints of Royal Blue #2675DA
RGB
CMYK
RGB Variations
Color information
#2675DA (or 0x2675DA) is known color: Royal Blue. HEX triplet: 26, 75 and DA. RGB value is (38,117,218). Sum of RGB (Red+Green+Blue) = 38+117+218=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #2675DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2675DA is #D98A25. Grayscale: #686868. Windows color (decimal): -14256678 or 14316838. OLE color: 14316838.
HSL color Cylindrical-coordinate representation of color #2675DA: hue angle of 213.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2675DA is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 117 | 218 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.15 |
| HSL | 213.67º | 0.71% | 0.5% | - |
| HSV(B) | 213.67º | 0.83% | 0.85% | - |
| XYZ | 19.82 | 18.2 | 68.8 | - |
| YUV | 104.89 | 191.83 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 218 | 0.83 | 0.46 | 0 | 0.15 | 213.67 | 0.71 | 0.5 |
| Hex | 26 | 75 | DA | 53 | 2E | 0 | F | D6 | 47 | 32 |
| Octal | 46 | 165 | 332 | 123 | 56 | 0 | 17 | 326 | 107 | 62 |
| Binary | 100110 | 1110101 | 11011010 | 1010011 | 101110 | 0 | 1111 | 11010110 | 1000111 | 110010 |
Color Harmonies of #2675DA
Complementary color
Monochromatic Colors of #2675DA
Black with #2675DA
Text Example
Text Example
White with #2675DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2675DA; }
p { color: rgb(38,117,218); }
H1.HeaderClassName
{
color: #2675DA;
}
.AnyTagClassName
{
color: #2675DA;
}
</style>
background-color css
<style>
a { background-color: #2675DA; }
a { background-color: rgb(38,117,218); }
div.DivClassName
{
background-color: #2675DA;
}
.BgClassName
{
background-color: #2675DA;
}
</style>
border-color css
<style>
span { border-color: #2675DA; }
span { border-color: rgb(38,117,218); }
td.TdClassName
{
border-color: #2675DA;
}
.TagClassName
{
border-color: #2675DA;
}
</style>