Shades of Cerulean Blue #265CBD
Tints of Cerulean Blue #265CBD
RGB
CMYK
RGB Variations
Color information
#265CBD (or 0x265CBD) is known color: Cerulean Blue. HEX triplet: 26, 5C and BD. RGB value is (38,92,189). Sum of RGB (Red+Green+Blue) = 38+92+189=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #265CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CBD is #D9A342. Grayscale: #565656. Windows color (decimal): -14263107 or 12409894. OLE color: 12409894.
HSL color Cylindrical-coordinate representation of color #265CBD: hue angle of 218.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265CBD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 92 | 189 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.26 |
| HSL | 218.54º | 0.67% | 0.45% | - |
| HSV(B) | 218.54º | 0.8% | 0.74% | - |
| XYZ | 13.81 | 11.74 | 49.68 | - |
| YUV | 86.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 189 | 0.80 | 0.51 | 0 | 0.26 | 218.54 | 0.67 | 0.45 |
| Hex | 26 | 5C | BD | 50 | 33 | 0 | 1A | DB | 43 | 2D |
| Octal | 46 | 134 | 275 | 120 | 63 | 0 | 32 | 333 | 103 | 55 |
| Binary | 100110 | 1011100 | 10111101 | 1010000 | 110011 | 0 | 11010 | 11011011 | 1000011 | 101101 |
Color Harmonies of #265CBD
Complementary color
Monochromatic Colors of #265CBD
Black with #265CBD
Text Example
Text Example
White with #265CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CBD; }
p { color: rgb(38,92,189); }
H1.HeaderClassName
{
color: #265CBD;
}
.AnyTagClassName
{
color: #265CBD;
}
</style>
background-color css
<style>
a { background-color: #265CBD; }
a { background-color: rgb(38,92,189); }
div.DivClassName
{
background-color: #265CBD;
}
.BgClassName
{
background-color: #265CBD;
}
</style>
border-color css
<style>
span { border-color: #265CBD; }
span { border-color: rgb(38,92,189); }
td.TdClassName
{
border-color: #265CBD;
}
.TagClassName
{
border-color: #265CBD;
}
</style>