Shades of Cerulean Blue #265DBB
Tints of Cerulean Blue #265DBB
RGB
CMYK
RGB Variations
Color information
#265DBB (or 0x265DBB) is known color: Cerulean Blue. HEX triplet: 26, 5D and BB. RGB value is (38,93,187). Sum of RGB (Red+Green+Blue) = 38+93+187=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #265DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DBB is #D9A244. Grayscale: #565656. Windows color (decimal): -14262853 or 12279078. OLE color: 12279078.
HSL color Cylindrical-coordinate representation of color #265DBB: hue angle of 217.85º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265DBB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 93 | 187 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.27 |
| HSL | 217.85º | 0.66% | 0.44% | - |
| HSV(B) | 217.85º | 0.8% | 0.73% | - |
| XYZ | 13.68 | 11.83 | 48.58 | - |
| YUV | 87.27 | 184.28 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 187 | 0.80 | 0.50 | 0 | 0.27 | 217.85 | 0.66 | 0.44 |
| Hex | 26 | 5D | BB | 50 | 32 | 0 | 1B | DA | 42 | 2C |
| Octal | 46 | 135 | 273 | 120 | 62 | 0 | 33 | 332 | 102 | 54 |
| Binary | 100110 | 1011101 | 10111011 | 1010000 | 110010 | 0 | 11011 | 11011010 | 1000010 | 101100 |
Color Harmonies of #265DBB
Complementary color
Monochromatic Colors of #265DBB
Black with #265DBB
Text Example
Text Example
White with #265DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265DBB; }
p { color: rgb(38,93,187); }
H1.HeaderClassName
{
color: #265DBB;
}
.AnyTagClassName
{
color: #265DBB;
}
</style>
background-color css
<style>
a { background-color: #265DBB; }
a { background-color: rgb(38,93,187); }
div.DivClassName
{
background-color: #265DBB;
}
.BgClassName
{
background-color: #265DBB;
}
</style>
border-color css
<style>
span { border-color: #265DBB; }
span { border-color: rgb(38,93,187); }
td.TdClassName
{
border-color: #265DBB;
}
.TagClassName
{
border-color: #265DBB;
}
</style>