Html Css Color HEX #2556BA Cerulean Blue

📋 copy color: '#2556BA'

red 37 ◦ green 86 ◦ blue 186

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

Shades of Cerulean Blue #2556BA

Tints of Cerulean Blue #2556BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 11.97%
G = 27.83%
B = 60.19%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2556BA (or 0x2556BA) is known color: Cerulean Blue. HEX triplet: 25, 56 and BA. RGB value is (37,86,186). Sum of RGB (Red+Green+Blue) = 37+86+186=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #2556BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2556BA is #DAA945. Grayscale: #525252. Windows color (decimal): -14330182 or 12211749. OLE color: 12211749.

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

Color convert

RGB 37 86 186 -
CMYK 0.80 0.54 0 0.27
HSL 220.27º 0.67% 0.44% -
HSV(B) 220.27º 0.8% 0.73% -
XYZ 12.95 10.59 47.82 -
YUV 82.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 37 86 186 0.80 0.54 0 0.27 220.27 0.67 0.44
Hex 25 56 BA 50 36 0 1B DC 43 2C
Octal 45 126 272 120 66 0 33 334 103 54
Binary 100101 1010110 10111010 1010000 110110 0 11011 11011100 1000011 101100

Color Harmonies of #2556BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2556BA

Black with #2556BA

Text Example


Text Example

White with #2556BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2556BA; }

 p { color: rgb(37,86,186); }

 H1.HeaderClassName
 {
   color: #2556BA;
 }
 .AnyTagClassName
 {
   color: #2556BA;
 }
</style>

background-color css

<style>
 a { background-color: #2556BA; }

 a { background-color: rgb(37,86,186); }

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

border-color css

<style>
 span { border-color: #2556BA; }

 span { border-color: rgb(37,86,186); }

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