Html Css Color HEX #2A58BE Cerulean Blue

📋 copy color: '#2A58BE'

red 42 ◦ green 88 ◦ blue 190

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

Shades of Cerulean Blue #2A58BE

Tints of Cerulean Blue #2A58BE

RGB

 RED value IS 42 (16.8% from 255) = 13.13%

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 13.13%
G = 27.5%
B = 59.38%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A58BE (or 0x2A58BE) is known color: Cerulean Blue. HEX triplet: 2A, 58 and BE. RGB value is (42,88,190). Sum of RGB (Red+Green+Blue) = 42+88+190=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A58BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A58BE is #D5A741. Grayscale: #555555. Windows color (decimal): -14001986 or 12474410. OLE color: 12474410.

HSL color Cylindrical-coordinate representation of color #2A58BE: hue angle of 221.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A58BE is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 88 190 -
CMYK 0.78 0.54 0 0.25
HSL 221.35º 0.64% 0.45% -
HSV(B) 221.35º 0.78% 0.75% -
XYZ 13.74 11.19 50.15 -
YUV 85.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 42 88 190 0.78 0.54 0 0.25 221.35 0.64 0.45
Hex 2A 58 BE 4E 36 0 19 DD 40 2D
Octal 52 130 276 116 66 0 31 335 100 55
Binary 101010 1011000 10111110 1001110 110110 0 11001 11011101 1000000 101101

Color Harmonies of #2A58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A58BE

Black with #2A58BE

Text Example


Text Example

White with #2A58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A58BE; }

 p { color: rgb(42,88,190); }

 H1.HeaderClassName
 {
   color: #2A58BE;
 }
 .AnyTagClassName
 {
   color: #2A58BE;
 }
</style>

background-color css

<style>
 a { background-color: #2A58BE; }

 a { background-color: rgb(42,88,190); }

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

border-color css

<style>
 span { border-color: #2A58BE; }

 span { border-color: rgb(42,88,190); }

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