Shades of Cerulean Blue #255ADC
Tints of Cerulean Blue #255ADC
RGB
CMYK
RGB Variations
Color information
#255ADC (or 0x255ADC) is known color: Cerulean Blue. HEX triplet: 25, 5A and DC. RGB value is (37,90,220). Sum of RGB (Red+Green+Blue) = 37+90+220=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #255ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ADC is #DAA523. Grayscale: #585858. Windows color (decimal): -14329124 or 14440997. OLE color: 14440997.
HSL color Cylindrical-coordinate representation of color #255ADC: hue angle of 222.62º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255ADC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 90 | 220 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.14 |
| HSL | 222.62º | 0.72% | 0.5% | - |
| HSV(B) | 222.62º | 0.83% | 0.86% | - |
| XYZ | 17.34 | 12.87 | 69.28 | - |
| YUV | 88.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 220 | 0.83 | 0.59 | 0 | 0.14 | 222.62 | 0.72 | 0.5 |
| Hex | 25 | 5A | DC | 53 | 3B | 0 | E | DF | 48 | 32 |
| Octal | 45 | 132 | 334 | 123 | 73 | 0 | 16 | 337 | 110 | 62 |
| Binary | 100101 | 1011010 | 11011100 | 1010011 | 111011 | 0 | 1110 | 11011111 | 1001000 | 110010 |
Color Harmonies of #255ADC
Complementary color
Monochromatic Colors of #255ADC
Black with #255ADC
Text Example
Text Example
White with #255ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ADC; }
p { color: rgb(37,90,220); }
H1.HeaderClassName
{
color: #255ADC;
}
.AnyTagClassName
{
color: #255ADC;
}
</style>
background-color css
<style>
a { background-color: #255ADC; }
a { background-color: rgb(37,90,220); }
div.DivClassName
{
background-color: #255ADC;
}
.BgClassName
{
background-color: #255ADC;
}
</style>
border-color css
<style>
span { border-color: #255ADC; }
span { border-color: rgb(37,90,220); }
td.TdClassName
{
border-color: #255ADC;
}
.TagClassName
{
border-color: #255ADC;
}
</style>