Html Css Color HEX #2A5EBE Cerulean Blue

📋 copy color: '#2A5EBE'

red 42 ◦ green 94 ◦ blue 190

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

Shades of Cerulean Blue #2A5EBE

Tints of Cerulean Blue #2A5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 12.88%
G = 28.83%
B = 58.28%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A5EBE (or 0x2A5EBE) is known color: Cerulean Blue. HEX triplet: 2A, 5E and BE. RGB value is (42,94,190). Sum of RGB (Red+Green+Blue) = 42+94+190=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A5EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5EBE is #D5A141. Grayscale: #585858. Windows color (decimal): -14000450 or 12475946. OLE color: 12475946.

HSL color Cylindrical-coordinate representation of color #2A5EBE: hue angle of 218.92º 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 #2A5EBE is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 94 190 -
CMYK 0.78 0.51 0 0.25
HSL 218.92º 0.64% 0.45% -
HSV(B) 218.92º 0.78% 0.75% -
XYZ 14.25 12.22 50.32 -
YUV 89.4 184.77 94.19 -
System Red Green Blue C M Y K H S L
Decimal 42 94 190 0.78 0.51 0 0.25 218.92 0.64 0.45
Hex 2A 5E BE 4E 33 0 19 DB 40 2D
Octal 52 136 276 116 63 0 31 333 100 55
Binary 101010 1011110 10111110 1001110 110011 0 11001 11011011 1000000 101101

Color Harmonies of #2A5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5EBE

Black with #2A5EBE

Text Example


Text Example

White with #2A5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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