Shades of Cerulean Blue #265ACC
Tints of Cerulean Blue #265ACC
RGB
CMYK
RGB Variations
Color information
#265ACC (or 0x265ACC) is known color: Cerulean Blue. HEX triplet: 26, 5A and CC. RGB value is (38,90,204). Sum of RGB (Red+Green+Blue) = 38+90+204=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #265ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ACC is #D9A533. Grayscale: #565656. Windows color (decimal): -14263604 or 13392422. OLE color: 13392422.
HSL color Cylindrical-coordinate representation of color #265ACC: hue angle of 221.2º degrees, saturation: 0.69, 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 #265ACC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 90 | 204 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.2 |
| HSL | 221.2º | 0.69% | 0.47% | - |
| HSV(B) | 221.2º | 0.81% | 0.8% | - |
| XYZ | 15.35 | 12.08 | 58.65 | - |
| YUV | 87.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 204 | 0.81 | 0.56 | 0 | 0.2 | 221.2 | 0.69 | 0.47 |
| Hex | 26 | 5A | CC | 51 | 38 | 0 | 14 | DD | 45 | 2F |
| Octal | 46 | 132 | 314 | 121 | 70 | 0 | 24 | 335 | 105 | 57 |
| Binary | 100110 | 1011010 | 11001100 | 1010001 | 111000 | 0 | 10100 | 11011101 | 1000101 | 101111 |
Color Harmonies of #265ACC
Complementary color
Monochromatic Colors of #265ACC
Black with #265ACC
Text Example
Text Example
White with #265ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265ACC; }
p { color: rgb(38,90,204); }
H1.HeaderClassName
{
color: #265ACC;
}
.AnyTagClassName
{
color: #265ACC;
}
</style>
background-color css
<style>
a { background-color: #265ACC; }
a { background-color: rgb(38,90,204); }
div.DivClassName
{
background-color: #265ACC;
}
.BgClassName
{
background-color: #265ACC;
}
</style>
border-color css
<style>
span { border-color: #265ACC; }
span { border-color: rgb(38,90,204); }
td.TdClassName
{
border-color: #265ACC;
}
.TagClassName
{
border-color: #265ACC;
}
</style>