Shades of Cerulean Blue #265BC1
Tints of Cerulean Blue #265BC1
RGB
CMYK
RGB Variations
Color information
#265BC1 (or 0x265BC1) is known color: Cerulean Blue. HEX triplet: 26, 5B and C1. RGB value is (38,91,193). Sum of RGB (Red+Green+Blue) = 38+91+193=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 193 (75.78% from 255 or 59.94% from 322); Max value from RGB is 193 - color contains mainly: blue. Hex color #265BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BC1 is #D9A43E. Grayscale: #565656. Windows color (decimal): -14263359 or 12671782. OLE color: 12671782.
HSL color Cylindrical-coordinate representation of color #265BC1: hue angle of 219.48º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265BC1 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 91 | 193 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.24 |
| HSL | 219.48º | 0.67% | 0.45% | - |
| HSV(B) | 219.48º | 0.8% | 0.76% | - |
| XYZ | 14.17 | 11.74 | 51.97 | - |
| YUV | 86.78 | 187.94 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 193 | 0.80 | 0.53 | 0 | 0.24 | 219.48 | 0.67 | 0.45 |
| Hex | 26 | 5B | C1 | 50 | 35 | 0 | 18 | DB | 43 | 2D |
| Octal | 46 | 133 | 301 | 120 | 65 | 0 | 30 | 333 | 103 | 55 |
| Binary | 100110 | 1011011 | 11000001 | 1010000 | 110101 | 0 | 11000 | 11011011 | 1000011 | 101101 |
Color Harmonies of #265BC1
Complementary color
Monochromatic Colors of #265BC1
Black with #265BC1
Text Example
Text Example
White with #265BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BC1; }
p { color: rgb(38,91,193); }
H1.HeaderClassName
{
color: #265BC1;
}
.AnyTagClassName
{
color: #265BC1;
}
</style>
background-color css
<style>
a { background-color: #265BC1; }
a { background-color: rgb(38,91,193); }
div.DivClassName
{
background-color: #265BC1;
}
.BgClassName
{
background-color: #265BC1;
}
</style>
border-color css
<style>
span { border-color: #265BC1; }
span { border-color: rgb(38,91,193); }
td.TdClassName
{
border-color: #265BC1;
}
.TagClassName
{
border-color: #265BC1;
}
</style>