Html Css Color HEX #2558AE Cerulean Blue

📋 copy color: '#2558AE'

red 37 ◦ green 88 ◦ blue 174

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

Shades of Cerulean Blue #2558AE

Tints of Cerulean Blue #2558AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 12.37%
G = 29.43%
B = 58.19%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2558AE (or 0x2558AE) is known color: Cerulean Blue. HEX triplet: 25, 58 and AE. RGB value is (37,88,174). Sum of RGB (Red+Green+Blue) = 37+88+174=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #2558AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2558AE is #DAA751. Grayscale: #525252. Windows color (decimal): -14329682 or 11425829. OLE color: 11425829.

HSL color Cylindrical-coordinate representation of color #2558AE: hue angle of 217.66º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2558AE is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 88 174 -
CMYK 0.79 0.49 0 0.32
HSL 217.66º 0.65% 0.41% -
HSV(B) 217.66º 0.79% 0.68% -
XYZ 11.89 10.43 41.43 -
YUV 82.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 37 88 174 0.79 0.49 0 0.32 217.66 0.65 0.41
Hex 25 58 AE 4F 31 0 20 DA 41 29
Octal 45 130 256 117 61 0 40 332 101 51
Binary 100101 1011000 10101110 1001111 110001 0 100000 11011010 1000001 101001

Color Harmonies of #2558AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2558AE

Black with #2558AE

Text Example


Text Example

White with #2558AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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