Shades of Cerulean Blue #1A50BD
Tints of Cerulean Blue #1A50BD
RGB
CMYK
RGB Variations
Color information
#1A50BD (or 0x1A50BD) is known color: Cerulean Blue. HEX triplet: 1A, 50 and BD. RGB value is (26,80,189). Sum of RGB (Red+Green+Blue) = 26+80+189=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A50BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A50BD is #E5AF42. Grayscale: #4B4B4B. Windows color (decimal): -15052611 or 12406810. OLE color: 12406810.
HSL color Cylindrical-coordinate representation of color #1A50BD: hue angle of 220.12º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A50BD is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 80 | 189 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.26 |
| HSL | 220.12º | 0.76% | 0.42% | - |
| HSV(B) | 220.12º | 0.86% | 0.74% | - |
| XYZ | 12.48 | 9.63 | 49.35 | - |
| YUV | 76.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 189 | 0.86 | 0.58 | 0 | 0.26 | 220.12 | 0.76 | 0.42 |
| Hex | 1A | 50 | BD | 56 | 3A | 0 | 1A | DC | 4C | 2A |
| Octal | 32 | 120 | 275 | 126 | 72 | 0 | 32 | 334 | 114 | 52 |
| Binary | 11010 | 1010000 | 10111101 | 1010110 | 111010 | 0 | 11010 | 11011100 | 1001100 | 101010 |
Color Harmonies of #1A50BD
Complementary color
Monochromatic Colors of #1A50BD
Black with #1A50BD
Text Example
Text Example
White with #1A50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A50BD; }
p { color: rgb(26,80,189); }
H1.HeaderClassName
{
color: #1A50BD;
}
.AnyTagClassName
{
color: #1A50BD;
}
</style>
background-color css
<style>
a { background-color: #1A50BD; }
a { background-color: rgb(26,80,189); }
div.DivClassName
{
background-color: #1A50BD;
}
.BgClassName
{
background-color: #1A50BD;
}
</style>
border-color css
<style>
span { border-color: #1A50BD; }
span { border-color: rgb(26,80,189); }
td.TdClassName
{
border-color: #1A50BD;
}
.TagClassName
{
border-color: #1A50BD;
}
</style>