Shades of Cerulean Blue #265CB8
Tints of Cerulean Blue #265CB8
RGB
CMYK
RGB Variations
Color information
#265CB8 (or 0x265CB8) is known color: Cerulean Blue. HEX triplet: 26, 5C and B8. RGB value is (38,92,184). Sum of RGB (Red+Green+Blue) = 38+92+184=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #265CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CB8 is #D9A347. Grayscale: #555555. Windows color (decimal): -14263112 or 12082214. OLE color: 12082214.
HSL color Cylindrical-coordinate representation of color #265CB8: hue angle of 217.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265CB8 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 92 | 184 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.28 |
| HSL | 217.81º | 0.66% | 0.44% | - |
| HSV(B) | 217.81º | 0.79% | 0.72% | - |
| XYZ | 13.28 | 11.53 | 46.87 | - |
| YUV | 86.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 184 | 0.79 | 0.50 | 0 | 0.28 | 217.81 | 0.66 | 0.44 |
| Hex | 26 | 5C | B8 | 4F | 32 | 0 | 1C | DA | 42 | 2C |
| Octal | 46 | 134 | 270 | 117 | 62 | 0 | 34 | 332 | 102 | 54 |
| Binary | 100110 | 1011100 | 10111000 | 1001111 | 110010 | 0 | 11100 | 11011010 | 1000010 | 101100 |
Color Harmonies of #265CB8
Complementary color
Monochromatic Colors of #265CB8
Black with #265CB8
Text Example
Text Example
White with #265CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265CB8; }
p { color: rgb(38,92,184); }
H1.HeaderClassName
{
color: #265CB8;
}
.AnyTagClassName
{
color: #265CB8;
}
</style>
background-color css
<style>
a { background-color: #265CB8; }
a { background-color: rgb(38,92,184); }
div.DivClassName
{
background-color: #265CB8;
}
.BgClassName
{
background-color: #265CB8;
}
</style>
border-color css
<style>
span { border-color: #265CB8; }
span { border-color: rgb(38,92,184); }
td.TdClassName
{
border-color: #265CB8;
}
.TagClassName
{
border-color: #265CB8;
}
</style>