Shades of Cerulean Blue #264AC1
Tints of Cerulean Blue #264AC1
RGB
CMYK
RGB Variations
Color information
#264AC1 (or 0x264AC1) is known color: Cerulean Blue. HEX triplet: 26, 4A and C1. RGB value is (38,74,193). Sum of RGB (Red+Green+Blue) = 38+74+193=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #264AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264AC1 is #D9B53E. Grayscale: #4C4C4C. Windows color (decimal): -14267711 or 12667430. OLE color: 12667430.
HSL color Cylindrical-coordinate representation of color #264AC1: hue angle of 226.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264AC1 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 74 | 193 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.24 |
| HSL | 226.06º | 0.67% | 0.45% | - |
| HSV(B) | 226.06º | 0.8% | 0.76% | - |
| XYZ | 12.87 | 9.16 | 51.54 | - |
| YUV | 76.8 | 193.57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 193 | 0.80 | 0.62 | 0 | 0.24 | 226.06 | 0.67 | 0.45 |
| Hex | 26 | 4A | C1 | 50 | 3E | 0 | 18 | E2 | 43 | 2D |
| Octal | 46 | 112 | 301 | 120 | 76 | 0 | 30 | 342 | 103 | 55 |
| Binary | 100110 | 1001010 | 11000001 | 1010000 | 111110 | 0 | 11000 | 11100010 | 1000011 | 101101 |
Color Harmonies of #264AC1
Complementary color
Monochromatic Colors of #264AC1
Black with #264AC1
Text Example
Text Example
White with #264AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264AC1; }
p { color: rgb(38,74,193); }
H1.HeaderClassName
{
color: #264AC1;
}
.AnyTagClassName
{
color: #264AC1;
}
</style>
background-color css
<style>
a { background-color: #264AC1; }
a { background-color: rgb(38,74,193); }
div.DivClassName
{
background-color: #264AC1;
}
.BgClassName
{
background-color: #264AC1;
}
</style>
border-color css
<style>
span { border-color: #264AC1; }
span { border-color: rgb(38,74,193); }
td.TdClassName
{
border-color: #264AC1;
}
.TagClassName
{
border-color: #264AC1;
}
</style>