Html Css Color HEX #2A4ABE Cerulean Blue

📋 copy color: '#2A4ABE'

red 42 ◦ green 74 ◦ blue 190

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

Shades of Cerulean Blue #2A4ABE

Tints of Cerulean Blue #2A4ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 13.73%
G = 24.18%
B = 62.09%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A4ABE (or 0x2A4ABE) is known color: Cerulean Blue. HEX triplet: 2A, 4A and BE. RGB value is (42,74,190). Sum of RGB (Red+Green+Blue) = 42+74+190=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A4ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4ABE is #D5B541. Grayscale: #4D4D4D. Windows color (decimal): -14005570 or 12470826. OLE color: 12470826.

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

Color convert

RGB 42 74 190 -
CMYK 0.78 0.61 0 0.25
HSL 227.03º 0.64% 0.45% -
HSV(B) 227.03º 0.78% 0.75% -
XYZ 12.7 9.11 49.8 -
YUV 77.66 191.4 102.57 -
System Red Green Blue C M Y K H S L
Decimal 42 74 190 0.78 0.61 0 0.25 227.03 0.64 0.45
Hex 2A 4A BE 4E 3D 0 19 E3 40 2D
Octal 52 112 276 116 75 0 31 343 100 55
Binary 101010 1001010 10111110 1001110 111101 0 11001 11100011 1000000 101101

Color Harmonies of #2A4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4ABE

Black with #2A4ABE

Text Example


Text Example

White with #2A4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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