Html Css Color HEX #2554AB Cerulean Blue

📋 copy color: '#2554AB'

red 37 ◦ green 84 ◦ blue 171

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

Shades of Cerulean Blue #2554AB

Tints of Cerulean Blue #2554AB

RGB

 RED value IS 37 (14.84% from 255) = 12.67%

 GREEN value IS 84 (33.2% from 255) = 28.77%

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

R = 12.67%
G = 28.77%
B = 58.56%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2554AB (or 0x2554AB) is known color: Cerulean Blue. HEX triplet: 25, 54 and AB. RGB value is (37,84,171). Sum of RGB (Red+Green+Blue) = 37+84+171=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #2554AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2554AB is #DAAB54. Grayscale: #4F4F4F. Windows color (decimal): -14330709 or 11228197. OLE color: 11228197.

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

Color convert

RGB 37 84 171 -
CMYK 0.78 0.51 0 0.33
HSL 218.96º 0.64% 0.41% -
HSV(B) 218.96º 0.78% 0.67% -
XYZ 11.28 9.67 39.8 -
YUV 79.87 179.43 97.43 -
System Red Green Blue C M Y K H S L
Decimal 37 84 171 0.78 0.51 0 0.33 218.96 0.64 0.41
Hex 25 54 AB 4E 33 0 21 DB 40 29
Octal 45 124 253 116 63 0 41 333 100 51
Binary 100101 1010100 10101011 1001110 110011 0 100001 11011011 1000000 101001

Color Harmonies of #2554AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2554AB

Black with #2554AB

Text Example


Text Example

White with #2554AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,84,171); }

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

background-color css

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

 a { background-color: rgb(37,84,171); }

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

border-color css

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

 span { border-color: rgb(37,84,171); }

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