Html Css Color HEX #2558BA Cerulean Blue

📋 copy color: '#2558BA'

red 37 ◦ green 88 ◦ blue 186

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

Shades of Cerulean Blue #2558BA

Tints of Cerulean Blue #2558BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

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

R = 11.9%
G = 28.3%
B = 59.81%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2558BA (or 0x2558BA) is known color: Cerulean Blue. HEX triplet: 25, 58 and BA. RGB value is (37,88,186). Sum of RGB (Red+Green+Blue) = 37+88+186=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #2558BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2558BA is #DAA745. Grayscale: #535353. Windows color (decimal): -14329670 or 12212261. OLE color: 12212261.

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

Color convert

RGB 37 88 186 -
CMYK 0.80 0.53 0 0.27
HSL 219.46º 0.67% 0.44% -
HSV(B) 219.46º 0.8% 0.73% -
XYZ 13.12 10.92 47.87 -
YUV 83.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 37 88 186 0.80 0.53 0 0.27 219.46 0.67 0.44
Hex 25 58 BA 50 35 0 1B DB 43 2C
Octal 45 130 272 120 65 0 33 333 103 54
Binary 100101 1011000 10111010 1010000 110101 0 11011 11011011 1000011 101100

Color Harmonies of #2558BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2558BA

Black with #2558BA

Text Example


Text Example

White with #2558BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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