Shades of Cerulean Blue #265AB8
Tints of Cerulean Blue #265AB8
RGB
CMYK
RGB Variations
Color information
#265AB8 (or 0x265AB8) is known color: Cerulean Blue. HEX triplet: 26, 5A and B8. RGB value is (38,90,184). Sum of RGB (Red+Green+Blue) = 38+90+184=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #265AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265AB8 is #D9A547. Grayscale: #545454. Windows color (decimal): -14263624 or 12081702. OLE color: 12081702.
HSL color Cylindrical-coordinate representation of color #265AB8: hue angle of 218.63º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265AB8 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 90 | 184 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.28 |
| HSL | 218.63º | 0.66% | 0.44% | - |
| HSV(B) | 218.63º | 0.79% | 0.72% | - |
| XYZ | 13.11 | 11.19 | 46.82 | - |
| YUV | 85.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 184 | 0.79 | 0.51 | 0 | 0.28 | 218.63 | 0.66 | 0.44 |
| Hex | 26 | 5A | B8 | 4F | 33 | 0 | 1C | DB | 42 | 2C |
| Octal | 46 | 132 | 270 | 117 | 63 | 0 | 34 | 333 | 102 | 54 |
| Binary | 100110 | 1011010 | 10111000 | 1001111 | 110011 | 0 | 11100 | 11011011 | 1000010 | 101100 |
Color Harmonies of #265AB8
Complementary color
Monochromatic Colors of #265AB8
Black with #265AB8
Text Example
Text Example
White with #265AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265AB8; }
p { color: rgb(38,90,184); }
H1.HeaderClassName
{
color: #265AB8;
}
.AnyTagClassName
{
color: #265AB8;
}
</style>
background-color css
<style>
a { background-color: #265AB8; }
a { background-color: rgb(38,90,184); }
div.DivClassName
{
background-color: #265AB8;
}
.BgClassName
{
background-color: #265AB8;
}
</style>
border-color css
<style>
span { border-color: #265AB8; }
span { border-color: rgb(38,90,184); }
td.TdClassName
{
border-color: #265AB8;
}
.TagClassName
{
border-color: #265AB8;
}
</style>