Shades of Cerulean Blue #264EC4
Tints of Cerulean Blue #264EC4
RGB
CMYK
RGB Variations
Color information
#264EC4 (or 0x264EC4) is known color: Cerulean Blue. HEX triplet: 26, 4E and C4. RGB value is (38,78,196). Sum of RGB (Red+Green+Blue) = 38+78+196=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 196 (76.95% from 255 or 62.82% from 312); Max value from RGB is 196 - color contains mainly: blue. Hex color #264EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EC4 is #D9B13B. Grayscale: #4E4E4E. Windows color (decimal): -14266684 or 12865062. OLE color: 12865062.
HSL color Cylindrical-coordinate representation of color #264EC4: hue angle of 224.81º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264EC4 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 78 | 196 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.23 |
| HSL | 224.81º | 0.68% | 0.46% | - |
| HSV(B) | 224.81º | 0.81% | 0.77% | - |
| XYZ | 13.49 | 9.85 | 53.41 | - |
| YUV | 79.49 | 193.75 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 196 | 0.81 | 0.60 | 0 | 0.23 | 224.81 | 0.68 | 0.46 |
| Hex | 26 | 4E | C4 | 51 | 3C | 0 | 17 | E1 | 44 | 2E |
| Octal | 46 | 116 | 304 | 121 | 74 | 0 | 27 | 341 | 104 | 56 |
| Binary | 100110 | 1001110 | 11000100 | 1010001 | 111100 | 0 | 10111 | 11100001 | 1000100 | 101110 |
Color Harmonies of #264EC4
Complementary color
Monochromatic Colors of #264EC4
Black with #264EC4
Text Example
Text Example
White with #264EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EC4; }
p { color: rgb(38,78,196); }
H1.HeaderClassName
{
color: #264EC4;
}
.AnyTagClassName
{
color: #264EC4;
}
</style>
background-color css
<style>
a { background-color: #264EC4; }
a { background-color: rgb(38,78,196); }
div.DivClassName
{
background-color: #264EC4;
}
.BgClassName
{
background-color: #264EC4;
}
</style>
border-color css
<style>
span { border-color: #264EC4; }
span { border-color: rgb(38,78,196); }
td.TdClassName
{
border-color: #264EC4;
}
.TagClassName
{
border-color: #264EC4;
}
</style>