Shades of Cerulean Blue #265CCD
Tints of Cerulean Blue #265CCD
RGB
CMYK
RGB Variations
Color information
#265CCD (or 0x265CCD) is known color: Cerulean Blue. HEX triplet: 26, 5C and CD. RGB value is (38,92,205). Sum of RGB (Red+Green+Blue) = 38+92+205=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #265CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CCD is #D9A332. Grayscale: #585858. Windows color (decimal): -14263091 or 13458470. OLE color: 13458470.
HSL color Cylindrical-coordinate representation of color #265CCD: hue angle of 220.6º 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 #265CCD is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 92 | 205 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.20 |
| HSL | 220.6º | 0.69% | 0.48% | - |
| HSV(B) | 220.6º | 0.81% | 0.8% | - |
| XYZ | 15.65 | 12.47 | 59.34 | - |
| YUV | 88.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 205 | 0.81 | 0.55 | 0 | 0.20 | 220.6 | 0.69 | 0.48 |
| Hex | 26 | 5C | CD | 51 | 37 | 0 | 14 | DD | 45 | 30 |
| Octal | 46 | 134 | 315 | 121 | 67 | 0 | 24 | 335 | 105 | 60 |
| Binary | 100110 | 1011100 | 11001101 | 1010001 | 110111 | 0 | 10100 | 11011101 | 1000101 | 110000 |
Color Harmonies of #265CCD
Complementary color
Monochromatic Colors of #265CCD
Black with #265CCD
Text Example
Text Example
White with #265CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CCD; }
p { color: rgb(38,92,205); }
H1.HeaderClassName
{
color: #265CCD;
}
.AnyTagClassName
{
color: #265CCD;
}
</style>
background-color css
<style>
a { background-color: #265CCD; }
a { background-color: rgb(38,92,205); }
div.DivClassName
{
background-color: #265CCD;
}
.BgClassName
{
background-color: #265CCD;
}
</style>
border-color css
<style>
span { border-color: #265CCD; }
span { border-color: rgb(38,92,205); }
td.TdClassName
{
border-color: #265CCD;
}
.TagClassName
{
border-color: #265CCD;
}
</style>