Shades of Cerulean Blue #265DB1
Tints of Cerulean Blue #265DB1
RGB
CMYK
RGB Variations
Color information
#265DB1 (or 0x265DB1) is known color: Cerulean Blue. HEX triplet: 26, 5D and B1. RGB value is (38,93,177). Sum of RGB (Red+Green+Blue) = 38+93+177=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #265DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265DB1 is #D9A24E. Grayscale: #555555. Windows color (decimal): -14262863 or 11623718. OLE color: 11623718.
HSL color Cylindrical-coordinate representation of color #265DB1: hue angle of 216.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265DB1 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 93 | 177 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.31 |
| HSL | 216.26º | 0.65% | 0.42% | - |
| HSV(B) | 216.26º | 0.79% | 0.69% | - |
| XYZ | 12.65 | 11.42 | 43.13 | - |
| YUV | 86.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 177 | 0.79 | 0.47 | 0 | 0.31 | 216.26 | 0.65 | 0.42 |
| Hex | 26 | 5D | B1 | 4F | 2F | 0 | 1F | D8 | 41 | 2A |
| Octal | 46 | 135 | 261 | 117 | 57 | 0 | 37 | 330 | 101 | 52 |
| Binary | 100110 | 1011101 | 10110001 | 1001111 | 101111 | 0 | 11111 | 11011000 | 1000001 | 101010 |
Color Harmonies of #265DB1
Complementary color
Monochromatic Colors of #265DB1
Black with #265DB1
Text Example
Text Example
White with #265DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265DB1; }
p { color: rgb(38,93,177); }
H1.HeaderClassName
{
color: #265DB1;
}
.AnyTagClassName
{
color: #265DB1;
}
</style>
background-color css
<style>
a { background-color: #265DB1; }
a { background-color: rgb(38,93,177); }
div.DivClassName
{
background-color: #265DB1;
}
.BgClassName
{
background-color: #265DB1;
}
</style>
border-color css
<style>
span { border-color: #265DB1; }
span { border-color: rgb(38,93,177); }
td.TdClassName
{
border-color: #265DB1;
}
.TagClassName
{
border-color: #265DB1;
}
</style>