Shades of Cerulean Blue #264FC1
Tints of Cerulean Blue #264FC1
RGB
CMYK
RGB Variations
Color information
#264FC1 (or 0x264FC1) is known color: Cerulean Blue. HEX triplet: 26, 4F and C1. RGB value is (38,79,193). Sum of RGB (Red+Green+Blue) = 38+79+193=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #264FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FC1 is #D9B03E. Grayscale: #4F4F4F. Windows color (decimal): -14266431 or 12668710. OLE color: 12668710.
HSL color Cylindrical-coordinate representation of color #264FC1: hue angle of 224.13º 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 #264FC1 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 79 | 193 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.24 |
| HSL | 224.13º | 0.67% | 0.45% | - |
| HSV(B) | 224.13º | 0.8% | 0.76% | - |
| XYZ | 13.22 | 9.85 | 51.66 | - |
| YUV | 79.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 193 | 0.80 | 0.59 | 0 | 0.24 | 224.13 | 0.67 | 0.45 |
| Hex | 26 | 4F | C1 | 50 | 3B | 0 | 18 | E0 | 43 | 2D |
| Octal | 46 | 117 | 301 | 120 | 73 | 0 | 30 | 340 | 103 | 55 |
| Binary | 100110 | 1001111 | 11000001 | 1010000 | 111011 | 0 | 11000 | 11100000 | 1000011 | 101101 |
Color Harmonies of #264FC1
Complementary color
Monochromatic Colors of #264FC1
Black with #264FC1
Text Example
Text Example
White with #264FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264FC1; }
p { color: rgb(38,79,193); }
H1.HeaderClassName
{
color: #264FC1;
}
.AnyTagClassName
{
color: #264FC1;
}
</style>
background-color css
<style>
a { background-color: #264FC1; }
a { background-color: rgb(38,79,193); }
div.DivClassName
{
background-color: #264FC1;
}
.BgClassName
{
background-color: #264FC1;
}
</style>
border-color css
<style>
span { border-color: #264FC1; }
span { border-color: rgb(38,79,193); }
td.TdClassName
{
border-color: #264FC1;
}
.TagClassName
{
border-color: #264FC1;
}
</style>