Shades of Cerulean Blue #264BD2
Tints of Cerulean Blue #264BD2
RGB
CMYK
RGB Variations
Color information
#264BD2 (or 0x264BD2) is known color: Cerulean Blue. HEX triplet: 26, 4B and D2. RGB value is (38,75,210). Sum of RGB (Red+Green+Blue) = 38+75+210=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #264BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BD2 is #D9B42D. Grayscale: #4E4E4E. Windows color (decimal): -14267438 or 13781798. OLE color: 13781798.
HSL color Cylindrical-coordinate representation of color #264BD2: hue angle of 227.09º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #264BD2 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 75 | 210 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.18 |
| HSL | 227.09º | 0.69% | 0.49% | - |
| HSV(B) | 227.09º | 0.82% | 0.82% | - |
| XYZ | 14.95 | 10.1 | 62.13 | - |
| YUV | 79.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 210 | 0.82 | 0.64 | 0 | 0.18 | 227.09 | 0.69 | 0.49 |
| Hex | 26 | 4B | D2 | 52 | 40 | 0 | 12 | E3 | 45 | 31 |
| Octal | 46 | 113 | 322 | 122 | 100 | 0 | 22 | 343 | 105 | 61 |
| Binary | 100110 | 1001011 | 11010010 | 1010010 | 1000000 | 0 | 10010 | 11100011 | 1000101 | 110001 |
Color Harmonies of #264BD2
Complementary color
Monochromatic Colors of #264BD2
Black with #264BD2
Text Example
Text Example
White with #264BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264BD2; }
p { color: rgb(38,75,210); }
H1.HeaderClassName
{
color: #264BD2;
}
.AnyTagClassName
{
color: #264BD2;
}
</style>
background-color css
<style>
a { background-color: #264BD2; }
a { background-color: rgb(38,75,210); }
div.DivClassName
{
background-color: #264BD2;
}
.BgClassName
{
background-color: #264BD2;
}
</style>
border-color css
<style>
span { border-color: #264BD2; }
span { border-color: rgb(38,75,210); }
td.TdClassName
{
border-color: #264BD2;
}
.TagClassName
{
border-color: #264BD2;
}
</style>