Html Css Color HEX #2554BA Cerulean Blue

📋 copy color: '#2554BA'

red 37 ◦ green 84 ◦ blue 186

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

Shades of Cerulean Blue #2554BA

Tints of Cerulean Blue #2554BA

RGB

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

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

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

R = 12.05%
G = 27.36%
B = 60.59%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2554BA (or 0x2554BA) is known color: Cerulean Blue. HEX triplet: 25, 54 and BA. RGB value is (37,84,186). Sum of RGB (Red+Green+Blue) = 37+84+186=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #2554BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2554BA is #DAAB45. Grayscale: #515151. Windows color (decimal): -14330694 or 12211237. OLE color: 12211237.

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

Color convert

RGB 37 84 186 -
CMYK 0.80 0.55 0 0.27
HSL 221.07º 0.67% 0.44% -
HSV(B) 221.07º 0.8% 0.73% -
XYZ 12.8 10.28 47.76 -
YUV 81.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 37 84 186 0.80 0.55 0 0.27 221.07 0.67 0.44
Hex 25 54 BA 50 37 0 1B DD 43 2C
Octal 45 124 272 120 67 0 33 335 103 54
Binary 100101 1010100 10111010 1010000 110111 0 11011 11011101 1000011 101100

Color Harmonies of #2554BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2554BA

Black with #2554BA

Text Example


Text Example

White with #2554BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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