Shades of Cerulean Blue #265DB9
Tints of Cerulean Blue #265DB9
RGB
CMYK
RGB Variations
Color information
#265DB9 (or 0x265DB9) is known color: Cerulean Blue. HEX triplet: 26, 5D and B9. RGB value is (38,93,185). Sum of RGB (Red+Green+Blue) = 38+93+185=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #265DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DB9 is #D9A246. Grayscale: #565656. Windows color (decimal): -14262855 or 12148006. OLE color: 12148006.
HSL color Cylindrical-coordinate representation of color #265DB9: hue angle of 217.55º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265DB9 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 93 | 185 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.27 |
| HSL | 217.55º | 0.66% | 0.44% | - |
| HSV(B) | 217.55º | 0.79% | 0.73% | - |
| XYZ | 13.47 | 11.74 | 47.46 | - |
| YUV | 87.04 | 183.28 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 185 | 0.79 | 0.50 | 0 | 0.27 | 217.55 | 0.66 | 0.44 |
| Hex | 26 | 5D | B9 | 4F | 32 | 0 | 1B | DA | 42 | 2C |
| Octal | 46 | 135 | 271 | 117 | 62 | 0 | 33 | 332 | 102 | 54 |
| Binary | 100110 | 1011101 | 10111001 | 1001111 | 110010 | 0 | 11011 | 11011010 | 1000010 | 101100 |
Color Harmonies of #265DB9
Complementary color
Monochromatic Colors of #265DB9
Black with #265DB9
Text Example
Text Example
White with #265DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265DB9; }
p { color: rgb(38,93,185); }
H1.HeaderClassName
{
color: #265DB9;
}
.AnyTagClassName
{
color: #265DB9;
}
</style>
background-color css
<style>
a { background-color: #265DB9; }
a { background-color: rgb(38,93,185); }
div.DivClassName
{
background-color: #265DB9;
}
.BgClassName
{
background-color: #265DB9;
}
</style>
border-color css
<style>
span { border-color: #265DB9; }
span { border-color: rgb(38,93,185); }
td.TdClassName
{
border-color: #265DB9;
}
.TagClassName
{
border-color: #265DB9;
}
</style>