Html Css Color HEX #2155AE Cerulean Blue

📋 copy color: '#2155AE'

red 33 ◦ green 85 ◦ blue 174

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

Shades of Cerulean Blue #2155AE

Tints of Cerulean Blue #2155AE

RGB

 RED value IS 33 (13.28% from 255) = 11.3%

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

 BLUE value IS 174 (68.36% from 255) = 59.59%

R = 11.3%
G = 29.11%
B = 59.59%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2155AE (or 0x2155AE) is known color: Cerulean Blue. HEX triplet: 21, 55 and AE. RGB value is (33,85,174). Sum of RGB (Red+Green+Blue) = 33+85+174=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #2155AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2155AE is #DEAA51. Grayscale: #4F4F4F. Windows color (decimal): -14592594 or 11425057. OLE color: 11425057.

HSL color Cylindrical-coordinate representation of color #2155AE: hue angle of 217.87º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2155AE is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 85 174 -
CMYK 0.81 0.51 0 0.32
HSL 217.87º 0.68% 0.41% -
HSV(B) 217.87º 0.81% 0.68% -
XYZ 11.52 9.88 41.34 -
YUV 79.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 33 85 174 0.81 0.51 0 0.32 217.87 0.68 0.41
Hex 21 55 AE 51 33 0 20 DA 44 29
Octal 41 125 256 121 63 0 40 332 104 51
Binary 100001 1010101 10101110 1010001 110011 0 100000 11011010 1000100 101001

Color Harmonies of #2155AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155AE

Black with #2155AE

Text Example


Text Example

White with #2155AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2155AE; }

 p { color: rgb(33,85,174); }

 H1.HeaderClassName
 {
   color: #2155AE;
 }
 .AnyTagClassName
 {
   color: #2155AE;
 }
</style>

background-color css

<style>
 a { background-color: #2155AE; }

 a { background-color: rgb(33,85,174); }

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

border-color css

<style>
 span { border-color: #2155AE; }

 span { border-color: rgb(33,85,174); }

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