Shades of Cerulean Blue #265CDA
Tints of Cerulean Blue #265CDA
RGB
CMYK
RGB Variations
Color information
#265CDA (or 0x265CDA) is known color: Cerulean Blue. HEX triplet: 26, 5C and DA. RGB value is (38,92,218). Sum of RGB (Red+Green+Blue) = 38+92+218=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #265CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CDA is #D9A325. Grayscale: #595959. Windows color (decimal): -14263078 or 14310438. OLE color: 14310438.
HSL color Cylindrical-coordinate representation of color #265CDA: hue angle of 222º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #265CDA is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 92 | 218 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.15 |
| HSL | 222º | 0.71% | 0.5% | - |
| HSV(B) | 222º | 0.83% | 0.85% | - |
| XYZ | 17.28 | 13.13 | 67.95 | - |
| YUV | 90.22 | 200.11 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 218 | 0.83 | 0.58 | 0 | 0.15 | 222 | 0.71 | 0.5 |
| Hex | 26 | 5C | DA | 53 | 3A | 0 | F | DE | 47 | 32 |
| Octal | 46 | 134 | 332 | 123 | 72 | 0 | 17 | 336 | 107 | 62 |
| Binary | 100110 | 1011100 | 11011010 | 1010011 | 111010 | 0 | 1111 | 11011110 | 1000111 | 110010 |
Color Harmonies of #265CDA
Complementary color
Monochromatic Colors of #265CDA
Black with #265CDA
Text Example
Text Example
White with #265CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CDA; }
p { color: rgb(38,92,218); }
H1.HeaderClassName
{
color: #265CDA;
}
.AnyTagClassName
{
color: #265CDA;
}
</style>
background-color css
<style>
a { background-color: #265CDA; }
a { background-color: rgb(38,92,218); }
div.DivClassName
{
background-color: #265CDA;
}
.BgClassName
{
background-color: #265CDA;
}
</style>
border-color css
<style>
span { border-color: #265CDA; }
span { border-color: rgb(38,92,218); }
td.TdClassName
{
border-color: #265CDA;
}
.TagClassName
{
border-color: #265CDA;
}
</style>