Html Css Color HEX #2255AB Cerulean Blue

📋 copy color: '#2255AB'

red 34 ◦ green 85 ◦ blue 171

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

Shades of Cerulean Blue #2255AB

Tints of Cerulean Blue #2255AB

RGB

 RED value IS 34 (13.67% from 255) = 11.72%

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

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

R = 11.72%
G = 29.31%
B = 58.97%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2255AB (or 0x2255AB) is known color: Cerulean Blue. HEX triplet: 22, 55 and AB. RGB value is (34,85,171). Sum of RGB (Red+Green+Blue) = 34+85+171=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #2255AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2255AB is #DDAA54. Grayscale: #4F4F4F. Windows color (decimal): -14527061 or 11228450. OLE color: 11228450.

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

Color convert

RGB 34 85 171 -
CMYK 0.80 0.50 0 0.33
HSL 217.66º 0.67% 0.4% -
HSV(B) 217.66º 0.8% 0.67% -
XYZ 11.26 9.78 39.82 -
YUV 79.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 34 85 171 0.80 0.50 0 0.33 217.66 0.67 0.4
Hex 22 55 AB 50 32 0 21 DA 43 28
Octal 42 125 253 120 62 0 41 332 103 50
Binary 100010 1010101 10101011 1010000 110010 0 100001 11011010 1000011 101000

Color Harmonies of #2255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2255AB

Black with #2255AB

Text Example


Text Example

White with #2255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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