Shades of Cerulean Blue #265EBA
Tints of Cerulean Blue #265EBA
RGB
CMYK
RGB Variations
Color information
#265EBA (or 0x265EBA) is known color: Cerulean Blue. HEX triplet: 26, 5E and BA. RGB value is (38,94,186). Sum of RGB (Red+Green+Blue) = 38+94+186=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #265EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EBA is #D9A145. Grayscale: #575757. Windows color (decimal): -14262598 or 12213798. OLE color: 12213798.
HSL color Cylindrical-coordinate representation of color #265EBA: hue angle of 217.3º 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 #265EBA is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 94 | 186 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.27 |
| HSL | 217.3º | 0.66% | 0.44% | - |
| HSV(B) | 217.3º | 0.8% | 0.73% | - |
| XYZ | 13.66 | 11.96 | 48.04 | - |
| YUV | 87.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 186 | 0.80 | 0.49 | 0 | 0.27 | 217.3 | 0.66 | 0.44 |
| Hex | 26 | 5E | BA | 50 | 31 | 0 | 1B | D9 | 42 | 2C |
| Octal | 46 | 136 | 272 | 120 | 61 | 0 | 33 | 331 | 102 | 54 |
| Binary | 100110 | 1011110 | 10111010 | 1010000 | 110001 | 0 | 11011 | 11011001 | 1000010 | 101100 |
Color Harmonies of #265EBA
Complementary color
Monochromatic Colors of #265EBA
Black with #265EBA
Text Example
Text Example
White with #265EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265EBA; }
p { color: rgb(38,94,186); }
H1.HeaderClassName
{
color: #265EBA;
}
.AnyTagClassName
{
color: #265EBA;
}
</style>
background-color css
<style>
a { background-color: #265EBA; }
a { background-color: rgb(38,94,186); }
div.DivClassName
{
background-color: #265EBA;
}
.BgClassName
{
background-color: #265EBA;
}
</style>
border-color css
<style>
span { border-color: #265EBA; }
span { border-color: rgb(38,94,186); }
td.TdClassName
{
border-color: #265EBA;
}
.TagClassName
{
border-color: #265EBA;
}
</style>