Shades of Cerulean Blue #265ABC
Tints of Cerulean Blue #265ABC
RGB
CMYK
RGB Variations
Color information
#265ABC (or 0x265ABC) is known color: Cerulean Blue. HEX triplet: 26, 5A and BC. RGB value is (38,90,188). Sum of RGB (Red+Green+Blue) = 38+90+188=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #265ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ABC is #D9A543. Grayscale: #555555. Windows color (decimal): -14263620 or 12343846. OLE color: 12343846.
HSL color Cylindrical-coordinate representation of color #265ABC: hue angle of 219.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265ABC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 90 | 188 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.26 |
| HSL | 219.2º | 0.66% | 0.44% | - |
| HSV(B) | 219.2º | 0.8% | 0.74% | - |
| XYZ | 13.53 | 11.36 | 49.06 | - |
| YUV | 85.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 188 | 0.80 | 0.52 | 0 | 0.26 | 219.2 | 0.66 | 0.44 |
| Hex | 26 | 5A | BC | 50 | 34 | 0 | 1A | DB | 42 | 2C |
| Octal | 46 | 132 | 274 | 120 | 64 | 0 | 32 | 333 | 102 | 54 |
| Binary | 100110 | 1011010 | 10111100 | 1010000 | 110100 | 0 | 11010 | 11011011 | 1000010 | 101100 |
Color Harmonies of #265ABC
Complementary color
Monochromatic Colors of #265ABC
Black with #265ABC
Text Example
Text Example
White with #265ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265ABC; }
p { color: rgb(38,90,188); }
H1.HeaderClassName
{
color: #265ABC;
}
.AnyTagClassName
{
color: #265ABC;
}
</style>
background-color css
<style>
a { background-color: #265ABC; }
a { background-color: rgb(38,90,188); }
div.DivClassName
{
background-color: #265ABC;
}
.BgClassName
{
background-color: #265ABC;
}
</style>
border-color css
<style>
span { border-color: #265ABC; }
span { border-color: rgb(38,90,188); }
td.TdClassName
{
border-color: #265ABC;
}
.TagClassName
{
border-color: #265ABC;
}
</style>