Shades of Cerulean Blue #265BCE
Tints of Cerulean Blue #265BCE
RGB
CMYK
RGB Variations
Color information
#265BCE (or 0x265BCE) is known color: Cerulean Blue. HEX triplet: 26, 5B and CE. RGB value is (38,91,206). Sum of RGB (Red+Green+Blue) = 38+91+206=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #265BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BCE is #D9A431. Grayscale: #575757. Windows color (decimal): -14263346 or 13523750. OLE color: 13523750.
HSL color Cylindrical-coordinate representation of color #265BCE: hue angle of 221.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #265BCE is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 91 | 206 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.19 |
| HSL | 221.07º | 0.69% | 0.48% | - |
| HSV(B) | 221.07º | 0.82% | 0.81% | - |
| XYZ | 15.68 | 12.35 | 59.95 | - |
| YUV | 88.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 206 | 0.82 | 0.56 | 0 | 0.19 | 221.07 | 0.69 | 0.48 |
| Hex | 26 | 5B | CE | 52 | 38 | 0 | 13 | DD | 45 | 30 |
| Octal | 46 | 133 | 316 | 122 | 70 | 0 | 23 | 335 | 105 | 60 |
| Binary | 100110 | 1011011 | 11001110 | 1010010 | 111000 | 0 | 10011 | 11011101 | 1000101 | 110000 |
Color Harmonies of #265BCE
Complementary color
Monochromatic Colors of #265BCE
Black with #265BCE
Text Example
Text Example
White with #265BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265BCE; }
p { color: rgb(38,91,206); }
H1.HeaderClassName
{
color: #265BCE;
}
.AnyTagClassName
{
color: #265BCE;
}
</style>
background-color css
<style>
a { background-color: #265BCE; }
a { background-color: rgb(38,91,206); }
div.DivClassName
{
background-color: #265BCE;
}
.BgClassName
{
background-color: #265BCE;
}
</style>
border-color css
<style>
span { border-color: #265BCE; }
span { border-color: rgb(38,91,206); }
td.TdClassName
{
border-color: #265BCE;
}
.TagClassName
{
border-color: #265BCE;
}
</style>