Html Css Color HEX #2549BA Cerulean Blue

📋 copy color: '#2549BA'

red 37 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #2549BA

Tints of Cerulean Blue #2549BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

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

R = 12.5%
G = 24.66%
B = 62.84%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2549BA (or 0x2549BA) is known color: Cerulean Blue. HEX triplet: 25, 49 and BA. RGB value is (37,73,186). Sum of RGB (Red+Green+Blue) = 37+73+186=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #2549BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549BA is #DAB645. Grayscale: #4A4A4A. Windows color (decimal): -14333510 or 12208421. OLE color: 12208421.

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

Color convert

RGB 37 73 186 -
CMYK 0.80 0.61 0 0.27
HSL 225.5º 0.67% 0.44% -
HSV(B) 225.5º 0.8% 0.73% -
XYZ 12.01 8.7 47.5 -
YUV 75.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 37 73 186 0.80 0.61 0 0.27 225.5 0.67 0.44
Hex 25 49 BA 50 3D 0 1B E2 43 2C
Octal 45 111 272 120 75 0 33 342 103 54
Binary 100101 1001001 10111010 1010000 111101 0 11011 11100010 1000011 101100

Color Harmonies of #2549BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549BA

Black with #2549BA

Text Example


Text Example

White with #2549BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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