Shades of Cerulean Blue #265DB3
Tints of Cerulean Blue #265DB3
RGB
CMYK
RGB Variations
Color information
#265DB3 (or 0x265DB3) is known color: Cerulean Blue. HEX triplet: 26, 5D and B3. RGB value is (38,93,179). Sum of RGB (Red+Green+Blue) = 38+93+179=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #265DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DB3 is #D9A24C. Grayscale: #555555. Windows color (decimal): -14262861 or 11754790. OLE color: 11754790.
HSL color Cylindrical-coordinate representation of color #265DB3: hue angle of 216.6º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265DB3 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 93 | 179 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.30 |
| HSL | 216.6º | 0.65% | 0.43% | - |
| HSV(B) | 216.6º | 0.79% | 0.7% | - |
| XYZ | 12.85 | 11.5 | 44.19 | - |
| YUV | 86.36 | 180.28 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 179 | 0.79 | 0.48 | 0 | 0.30 | 216.6 | 0.65 | 0.43 |
| Hex | 26 | 5D | B3 | 4F | 30 | 0 | 1E | D9 | 41 | 2B |
| Octal | 46 | 135 | 263 | 117 | 60 | 0 | 36 | 331 | 101 | 53 |
| Binary | 100110 | 1011101 | 10110011 | 1001111 | 110000 | 0 | 11110 | 11011001 | 1000001 | 101011 |
Color Harmonies of #265DB3
Complementary color
Monochromatic Colors of #265DB3
Black with #265DB3
Text Example
Text Example
White with #265DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265DB3; }
p { color: rgb(38,93,179); }
H1.HeaderClassName
{
color: #265DB3;
}
.AnyTagClassName
{
color: #265DB3;
}
</style>
background-color css
<style>
a { background-color: #265DB3; }
a { background-color: rgb(38,93,179); }
div.DivClassName
{
background-color: #265DB3;
}
.BgClassName
{
background-color: #265DB3;
}
</style>
border-color css
<style>
span { border-color: #265DB3; }
span { border-color: rgb(38,93,179); }
td.TdClassName
{
border-color: #265DB3;
}
.TagClassName
{
border-color: #265DB3;
}
</style>