Html Css Color HEX #2A5EBA Cerulean Blue

📋 copy color: '#2A5EBA'

red 42 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #2A5EBA

Tints of Cerulean Blue #2A5EBA

RGB

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

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

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

R = 13.04%
G = 29.19%
B = 57.76%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A5EBA (or 0x2A5EBA) is known color: Cerulean Blue. HEX triplet: 2A, 5E and BA. RGB value is (42,94,186). Sum of RGB (Red+Green+Blue) = 42+94+186=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5EBA is #D5A145. Grayscale: #585858. Windows color (decimal): -14000454 or 12213802. OLE color: 12213802.

HSL color Cylindrical-coordinate representation of color #2A5EBA: hue angle of 218.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A5EBA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 94 186 -
CMYK 0.77 0.49 0 0.27
HSL 218.33º 0.63% 0.45% -
HSV(B) 218.33º 0.77% 0.73% -
XYZ 13.82 12.04 48.05 -
YUV 88.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 42 94 186 0.77 0.49 0 0.27 218.33 0.63 0.45
Hex 2A 5E BA 4D 31 0 1B DA 3F 2D
Octal 52 136 272 115 61 0 33 332 77 55
Binary 101010 1011110 10111010 1001101 110001 0 11011 11011010 111111 101101

Color Harmonies of #2A5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5EBA

Black with #2A5EBA

Text Example


Text Example

White with #2A5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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