Html Css Color HEX #2557BC Cerulean Blue

📋 copy color: '#2557BC'

red 37 ◦ green 87 ◦ blue 188

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

Shades of Cerulean Blue #2557BC

Tints of Cerulean Blue #2557BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 11.86%
G = 27.88%
B = 60.26%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2557BC (or 0x2557BC) is known color: Cerulean Blue. HEX triplet: 25, 57 and BC. RGB value is (37,87,188). Sum of RGB (Red+Green+Blue) = 37+87+188=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #2557BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2557BC is #DAA843. Grayscale: #535353. Windows color (decimal): -14329924 or 12343077. OLE color: 12343077.

HSL color Cylindrical-coordinate representation of color #2557BC: hue angle of 220.13º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2557BC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 87 188 -
CMYK 0.80 0.54 0 0.26
HSL 220.13º 0.67% 0.44% -
HSV(B) 220.13º 0.8% 0.74% -
XYZ 13.25 10.84 48.97 -
YUV 83.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 37 87 188 0.80 0.54 0 0.26 220.13 0.67 0.44
Hex 25 57 BC 50 36 0 1A DC 43 2C
Octal 45 127 274 120 66 0 32 334 103 54
Binary 100101 1010111 10111100 1010000 110110 0 11010 11011100 1000011 101100

Color Harmonies of #2557BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2557BC

Black with #2557BC

Text Example


Text Example

White with #2557BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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