Html Css Color HEX #2A4CCA Cerulean Blue

📋 copy color: '#2A4CCA'

red 42 ◦ green 76 ◦ blue 202

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

Shades of Cerulean Blue #2A4CCA

Tints of Cerulean Blue #2A4CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.75%

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 13.13%
G = 23.75%
B = 63.13%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2A4CCA (or 0x2A4CCA) is known color: Cerulean Blue. HEX triplet: 2A, 4C and CA. RGB value is (42,76,202). Sum of RGB (Red+Green+Blue) = 42+76+202=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A4CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CCA is #D5B335. Grayscale: #4F4F4F. Windows color (decimal): -14005046 or 13257770. OLE color: 13257770.

HSL color Cylindrical-coordinate representation of color #2A4CCA: hue angle of 227.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A4CCA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 42 76 202 -
CMYK 0.79 0.62 0 0.21
HSL 227.25º 0.66% 0.48% -
HSV(B) 227.25º 0.79% 0.79% -
XYZ 14.2 9.93 57.04 -
YUV 80.2 196.74 100.75 -
System Red Green Blue C M Y K H S L
Decimal 42 76 202 0.79 0.62 0 0.21 227.25 0.66 0.48
Hex 2A 4C CA 4F 3E 0 15 E3 42 30
Octal 52 114 312 117 76 0 25 343 102 60
Binary 101010 1001100 11001010 1001111 111110 0 10101 11100011 1000010 110000

Color Harmonies of #2A4CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4CCA

Black with #2A4CCA

Text Example


Text Example

White with #2A4CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,76,202); }

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

background-color css

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

 a { background-color: rgb(42,76,202); }

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

border-color css

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

 span { border-color: rgb(42,76,202); }

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