Shades of Cerulean Blue #265ABB
Tints of Cerulean Blue #265ABB
RGB
CMYK
RGB Variations
Color information
#265ABB (or 0x265ABB) is known color: Cerulean Blue. HEX triplet: 26, 5A and BB. RGB value is (38,90,187). Sum of RGB (Red+Green+Blue) = 38+90+187=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #265ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ABB is #D9A544. Grayscale: #555555. Windows color (decimal): -14263621 or 12278310. OLE color: 12278310.
HSL color Cylindrical-coordinate representation of color #265ABB: hue angle of 219.06º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265ABB is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 90 | 187 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.27 |
| HSL | 219.06º | 0.66% | 0.44% | - |
| HSV(B) | 219.06º | 0.8% | 0.73% | - |
| XYZ | 13.43 | 11.31 | 48.49 | - |
| YUV | 85.51 | 185.27 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 187 | 0.80 | 0.52 | 0 | 0.27 | 219.06 | 0.66 | 0.44 |
| Hex | 26 | 5A | BB | 50 | 34 | 0 | 1B | DB | 42 | 2C |
| Octal | 46 | 132 | 273 | 120 | 64 | 0 | 33 | 333 | 102 | 54 |
| Binary | 100110 | 1011010 | 10111011 | 1010000 | 110100 | 0 | 11011 | 11011011 | 1000010 | 101100 |
Color Harmonies of #265ABB
Complementary color
Monochromatic Colors of #265ABB
Black with #265ABB
Text Example
Text Example
White with #265ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265ABB; }
p { color: rgb(38,90,187); }
H1.HeaderClassName
{
color: #265ABB;
}
.AnyTagClassName
{
color: #265ABB;
}
</style>
background-color css
<style>
a { background-color: #265ABB; }
a { background-color: rgb(38,90,187); }
div.DivClassName
{
background-color: #265ABB;
}
.BgClassName
{
background-color: #265ABB;
}
</style>
border-color css
<style>
span { border-color: #265ABB; }
span { border-color: rgb(38,90,187); }
td.TdClassName
{
border-color: #265ABB;
}
.TagClassName
{
border-color: #265ABB;
}
</style>