Html Css Color HEX #2550AB Cerulean Blue

📋 copy color: '#2550AB'

red 37 ◦ green 80 ◦ blue 171

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

Shades of Cerulean Blue #2550AB

Tints of Cerulean Blue #2550AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

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

R = 12.85%
G = 27.78%
B = 59.38%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2550AB (or 0x2550AB) is known color: Cerulean Blue. HEX triplet: 25, 50 and AB. RGB value is (37,80,171). Sum of RGB (Red+Green+Blue) = 37+80+171=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #2550AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2550AB is #DAAF54. Grayscale: #4D4D4D. Windows color (decimal): -14331733 or 11227173. OLE color: 11227173.

HSL color Cylindrical-coordinate representation of color #2550AB: hue angle of 220.75º 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 #2550AB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 80 171 -
CMYK 0.78 0.53 0 0.33
HSL 220.75º 0.64% 0.41% -
HSV(B) 220.75º 0.78% 0.67% -
XYZ 10.98 9.07 39.7 -
YUV 77.52 180.75 99.1 -
System Red Green Blue C M Y K H S L
Decimal 37 80 171 0.78 0.53 0 0.33 220.75 0.64 0.41
Hex 25 50 AB 4E 35 0 21 DD 40 29
Octal 45 120 253 116 65 0 41 335 100 51
Binary 100101 1010000 10101011 1001110 110101 0 100001 11011101 1000000 101001

Color Harmonies of #2550AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2550AB

Black with #2550AB

Text Example


Text Example

White with #2550AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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