Shades of Cerulean Blue #265ECB
Tints of Cerulean Blue #265ECB
RGB
CMYK
RGB Variations
Color information
#265ECB (or 0x265ECB) is known color: Cerulean Blue. HEX triplet: 26, 5E and CB. RGB value is (38,94,203). Sum of RGB (Red+Green+Blue) = 38+94+203=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #265ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ECB is #D9A134. Grayscale: #595959. Windows color (decimal): -14262581 or 13327910. OLE color: 13327910.
HSL color Cylindrical-coordinate representation of color #265ECB: hue angle of 219.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265ECB is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 94 | 203 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.20 |
| HSL | 219.64º | 0.68% | 0.47% | - |
| HSV(B) | 219.64º | 0.81% | 0.8% | - |
| XYZ | 15.58 | 12.73 | 58.14 | - |
| YUV | 89.68 | 191.95 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 203 | 0.81 | 0.54 | 0 | 0.20 | 219.64 | 0.68 | 0.47 |
| Hex | 26 | 5E | CB | 51 | 36 | 0 | 14 | DC | 44 | 2F |
| Octal | 46 | 136 | 313 | 121 | 66 | 0 | 24 | 334 | 104 | 57 |
| Binary | 100110 | 1011110 | 11001011 | 1010001 | 110110 | 0 | 10100 | 11011100 | 1000100 | 101111 |
Color Harmonies of #265ECB
Complementary color
Monochromatic Colors of #265ECB
Black with #265ECB
Text Example
Text Example
White with #265ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265ECB; }
p { color: rgb(38,94,203); }
H1.HeaderClassName
{
color: #265ECB;
}
.AnyTagClassName
{
color: #265ECB;
}
</style>
background-color css
<style>
a { background-color: #265ECB; }
a { background-color: rgb(38,94,203); }
div.DivClassName
{
background-color: #265ECB;
}
.BgClassName
{
background-color: #265ECB;
}
</style>
border-color css
<style>
span { border-color: #265ECB; }
span { border-color: rgb(38,94,203); }
td.TdClassName
{
border-color: #265ECB;
}
.TagClassName
{
border-color: #265ECB;
}
</style>