Shades of Cerulean Blue #265BCD
Tints of Cerulean Blue #265BCD
RGB
CMYK
RGB Variations
Color information
#265BCD (or 0x265BCD) is known color: Cerulean Blue. HEX triplet: 26, 5B and CD. RGB value is (38,91,205). Sum of RGB (Red+Green+Blue) = 38+91+205=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #265BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BCD is #D9A432. Grayscale: #575757. Windows color (decimal): -14263347 or 13458214. OLE color: 13458214.
HSL color Cylindrical-coordinate representation of color #265BCD: hue angle of 220.96º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265BCD is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 91 | 205 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.20 |
| HSL | 220.96º | 0.69% | 0.48% | - |
| HSV(B) | 220.96º | 0.81% | 0.8% | - |
| XYZ | 15.56 | 12.3 | 59.31 | - |
| YUV | 88.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 205 | 0.81 | 0.56 | 0 | 0.20 | 220.96 | 0.69 | 0.48 |
| Hex | 26 | 5B | CD | 51 | 38 | 0 | 14 | DD | 45 | 30 |
| Octal | 46 | 133 | 315 | 121 | 70 | 0 | 24 | 335 | 105 | 60 |
| Binary | 100110 | 1011011 | 11001101 | 1010001 | 111000 | 0 | 10100 | 11011101 | 1000101 | 110000 |
Color Harmonies of #265BCD
Complementary color
Monochromatic Colors of #265BCD
Black with #265BCD
Text Example
Text Example
White with #265BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BCD; }
p { color: rgb(38,91,205); }
H1.HeaderClassName
{
color: #265BCD;
}
.AnyTagClassName
{
color: #265BCD;
}
</style>
background-color css
<style>
a { background-color: #265BCD; }
a { background-color: rgb(38,91,205); }
div.DivClassName
{
background-color: #265BCD;
}
.BgClassName
{
background-color: #265BCD;
}
</style>
border-color css
<style>
span { border-color: #265BCD; }
span { border-color: rgb(38,91,205); }
td.TdClassName
{
border-color: #265BCD;
}
.TagClassName
{
border-color: #265BCD;
}
</style>