Html Css Color HEX #2550BA Cerulean Blue

📋 copy color: '#2550BA'

red 37 ◦ green 80 ◦ blue 186

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

Shades of Cerulean Blue #2550BA

Tints of Cerulean Blue #2550BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

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

R = 12.21%
G = 26.4%
B = 61.39%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2550BA (or 0x2550BA) is known color: Cerulean Blue. HEX triplet: 25, 50 and BA. RGB value is (37,80,186). Sum of RGB (Red+Green+Blue) = 37+80+186=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #2550BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2550BA is #DAAF45. Grayscale: #4E4E4E. Windows color (decimal): -14331718 or 12210213. OLE color: 12210213.

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

Color convert

RGB 37 80 186 -
CMYK 0.80 0.57 0 0.27
HSL 222.68º 0.67% 0.44% -
HSV(B) 222.68º 0.8% 0.73% -
XYZ 12.49 9.68 47.66 -
YUV 79.23 188.25 97.88 -
System Red Green Blue C M Y K H S L
Decimal 37 80 186 0.80 0.57 0 0.27 222.68 0.67 0.44
Hex 25 50 BA 50 39 0 1B DF 43 2C
Octal 45 120 272 120 71 0 33 337 103 54
Binary 100101 1010000 10111010 1010000 111001 0 11011 11011111 1000011 101100

Color Harmonies of #2550BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2550BA

Black with #2550BA

Text Example


Text Example

White with #2550BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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