Shades of Cerulean Blue #264AD2
Tints of Cerulean Blue #264AD2
RGB
CMYK
RGB Variations
Color information
#264AD2 (or 0x264AD2) is known color: Cerulean Blue. HEX triplet: 26, 4A and D2. RGB value is (38,74,210). Sum of RGB (Red+Green+Blue) = 38+74+210=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #264AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264AD2 is #D9B52D. Grayscale: #4E4E4E. Windows color (decimal): -14267694 or 13781542. OLE color: 13781542.
HSL color Cylindrical-coordinate representation of color #264AD2: hue angle of 227.44º 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 #264AD2 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 74 | 210 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.18 |
| HSL | 227.44º | 0.69% | 0.49% | - |
| HSV(B) | 227.44º | 0.82% | 0.82% | - |
| XYZ | 14.88 | 9.96 | 62.11 | - |
| YUV | 78.74 | 202.07 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 210 | 0.82 | 0.65 | 0 | 0.18 | 227.44 | 0.69 | 0.49 |
| Hex | 26 | 4A | D2 | 52 | 41 | 0 | 12 | E3 | 45 | 31 |
| Octal | 46 | 112 | 322 | 122 | 101 | 0 | 22 | 343 | 105 | 61 |
| Binary | 100110 | 1001010 | 11010010 | 1010010 | 1000001 | 0 | 10010 | 11100011 | 1000101 | 110001 |
Color Harmonies of #264AD2
Complementary color
Monochromatic Colors of #264AD2
Black with #264AD2
Text Example
Text Example
White with #264AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264AD2; }
p { color: rgb(38,74,210); }
H1.HeaderClassName
{
color: #264AD2;
}
.AnyTagClassName
{
color: #264AD2;
}
</style>
background-color css
<style>
a { background-color: #264AD2; }
a { background-color: rgb(38,74,210); }
div.DivClassName
{
background-color: #264AD2;
}
.BgClassName
{
background-color: #264AD2;
}
</style>
border-color css
<style>
span { border-color: #264AD2; }
span { border-color: rgb(38,74,210); }
td.TdClassName
{
border-color: #264AD2;
}
.TagClassName
{
border-color: #264AD2;
}
</style>