Html Css Color HEX #2557AC Cerulean Blue

📋 copy color: '#2557AC'

red 37 ◦ green 87 ◦ blue 172

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

Shades of Cerulean Blue #2557AC

Tints of Cerulean Blue #2557AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 12.5%
G = 29.39%
B = 58.11%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2557AC (or 0x2557AC) is known color: Cerulean Blue. HEX triplet: 25, 57 and AC. RGB value is (37,87,172). Sum of RGB (Red+Green+Blue) = 37+87+172=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #2557AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2557AC is #DAA853. Grayscale: #515151. Windows color (decimal): -14329940 or 11294501. OLE color: 11294501.

HSL color Cylindrical-coordinate representation of color #2557AC: hue angle of 217.78º degrees, saturation: 0.65, 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 #2557AC is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 87 172 -
CMYK 0.78 0.49 0 0.33
HSL 217.78º 0.65% 0.41% -
HSV(B) 217.78º 0.78% 0.67% -
XYZ 11.62 10.19 40.38 -
YUV 81.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 37 87 172 0.78 0.49 0 0.33 217.78 0.65 0.41
Hex 25 57 AC 4E 31 0 21 DA 41 29
Octal 45 127 254 116 61 0 41 332 101 51
Binary 100101 1010111 10101100 1001110 110001 0 100001 11011010 1000001 101001

Color Harmonies of #2557AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2557AC

Black with #2557AC

Text Example


Text Example

White with #2557AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2557AC; }

 p { color: rgb(37,87,172); }

 H1.HeaderClassName
 {
   color: #2557AC;
 }
 .AnyTagClassName
 {
   color: #2557AC;
 }
</style>

background-color css

<style>
 a { background-color: #2557AC; }

 a { background-color: rgb(37,87,172); }

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

border-color css

<style>
 span { border-color: #2557AC; }

 span { border-color: rgb(37,87,172); }

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