Html Css Color HEX #2855AB Cerulean Blue

📋 copy color: '#2855AB'

red 40 ◦ green 85 ◦ blue 171

#2855AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2855AB

Tints of Cerulean Blue #2855AB

RGB

 RED value IS 40 (16.02% from 255) = 13.51%

 GREEN value IS 85 (33.59% from 255) = 28.72%

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 13.51%
G = 28.72%
B = 57.77%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2855AB (or 0x2855AB) is known color: Cerulean Blue. HEX triplet: 28, 55 and AB. RGB value is (40,85,171). Sum of RGB (Red+Green+Blue) = 40+85+171=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #2855AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2855AB is #D7AA54. Grayscale: #505050. Windows color (decimal): -14133845 or 11228456. OLE color: 11228456.

HSL color Cylindrical-coordinate representation of color #2855AB: hue angle of 219.39º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2855AB is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 85 171 -
CMYK 0.77 0.50 0 0.33
HSL 219.39º 0.62% 0.41% -
HSV(B) 219.39º 0.77% 0.67% -
XYZ 11.47 9.89 39.83 -
YUV 81.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 40 85 171 0.77 0.50 0 0.33 219.39 0.62 0.41
Hex 28 55 AB 4D 32 0 21 DB 3E 29
Octal 50 125 253 115 62 0 41 333 76 51
Binary 101000 1010101 10101011 1001101 110010 0 100001 11011011 111110 101001

Color Harmonies of #2855AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855AB

Black with #2855AB

Text Example


Text Example

White with #2855AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2855AB; }

 p { color: rgb(40,85,171); }

 H1.HeaderClassName
 {
   color: #2855AB;
 }
 .AnyTagClassName
 {
   color: #2855AB;
 }
</style>

background-color css

<style>
 a { background-color: #2855AB; }

 a { background-color: rgb(40,85,171); }

 div.DivClassName
 {
   background-color: #2855AB;
 }
 .BgClassName
 {
   background-color: #2855AB;
 }
</style>

border-color css

<style>
 span { border-color: #2855AB; }

 span { border-color: rgb(40,85,171); }

 td.TdClassName
 {
   border-color: #2855AB;
 }
 .TagClassName
 {
   border-color: #2855AB;
 }
</style>