Shades of Royal Blue #2567DE
Tints of Royal Blue #2567DE
RGB
CMYK
RGB Variations
Color information
#2567DE (or 0x2567DE) is known color: Royal Blue. HEX triplet: 25, 67 and DE. RGB value is (37,103,222). Sum of RGB (Red+Green+Blue) = 37+103+222=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #2567DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2567DE is #DA9821. Grayscale: #606060. Windows color (decimal): -14325794 or 14575397. OLE color: 14575397.
HSL color Cylindrical-coordinate representation of color #2567DE: hue angle of 218.59º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2567DE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 103 | 222 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.13 |
| HSL | 218.59º | 0.74% | 0.51% | - |
| HSV(B) | 218.59º | 0.83% | 0.87% | - |
| XYZ | 18.8 | 15.37 | 71.08 | - |
| YUV | 96.83 | 198.63 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 222 | 0.83 | 0.54 | 0 | 0.13 | 218.59 | 0.74 | 0.51 |
| Hex | 25 | 67 | DE | 53 | 36 | 0 | D | DB | 4A | 33 |
| Octal | 45 | 147 | 336 | 123 | 66 | 0 | 15 | 333 | 112 | 63 |
| Binary | 100101 | 1100111 | 11011110 | 1010011 | 110110 | 0 | 1101 | 11011011 | 1001010 | 110011 |
Color Harmonies of #2567DE
Complementary color
Monochromatic Colors of #2567DE
Black with #2567DE
Text Example
Text Example
White with #2567DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2567DE; }
p { color: rgb(37,103,222); }
H1.HeaderClassName
{
color: #2567DE;
}
.AnyTagClassName
{
color: #2567DE;
}
</style>
background-color css
<style>
a { background-color: #2567DE; }
a { background-color: rgb(37,103,222); }
div.DivClassName
{
background-color: #2567DE;
}
.BgClassName
{
background-color: #2567DE;
}
</style>
border-color css
<style>
span { border-color: #2567DE; }
span { border-color: rgb(37,103,222); }
td.TdClassName
{
border-color: #2567DE;
}
.TagClassName
{
border-color: #2567DE;
}
</style>