Html Css Color HEX #2554BC Cerulean Blue

📋 copy color: '#2554BC'

red 37 ◦ green 84 ◦ blue 188

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

Shades of Cerulean Blue #2554BC

Tints of Cerulean Blue #2554BC

RGB

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

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

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

R = 11.97%
G = 27.18%
B = 60.84%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2554BC (or 0x2554BC) is known color: Cerulean Blue. HEX triplet: 25, 54 and BC. RGB value is (37,84,188). Sum of RGB (Red+Green+Blue) = 37+84+188=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2554BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554BC is #DAAB43. Grayscale: #515151. Windows color (decimal): -14330692 or 12342309. OLE color: 12342309.

HSL color Cylindrical-coordinate representation of color #2554BC: hue angle of 221.32º 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 #2554BC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 84 188 -
CMYK 0.80 0.55 0 0.26
HSL 221.32º 0.67% 0.44% -
HSV(B) 221.32º 0.8% 0.74% -
XYZ 13.01 10.36 48.89 -
YUV 81.8 187.93 96.04 -
System Red Green Blue C M Y K H S L
Decimal 37 84 188 0.80 0.55 0 0.26 221.32 0.67 0.44
Hex 25 54 BC 50 37 0 1A DD 43 2C
Octal 45 124 274 120 67 0 32 335 103 54
Binary 100101 1010100 10111100 1010000 110111 0 11010 11011101 1000011 101100

Color Harmonies of #2554BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2554BC

Black with #2554BC

Text Example


Text Example

White with #2554BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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