Html Css Color HEX #2A49CE Cerulean Blue

📋 copy color: '#2A49CE'

red 42 ◦ green 73 ◦ blue 206

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

Shades of Cerulean Blue #2A49CE

Tints of Cerulean Blue #2A49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 13.08%
G = 22.74%
B = 64.17%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A49CE (or 0x2A49CE) is known color: Cerulean Blue. HEX triplet: 2A, 49 and CE. RGB value is (42,73,206). Sum of RGB (Red+Green+Blue) = 42+73+206=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A49CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A49CE is #D5B631. Grayscale: #4E4E4E. Windows color (decimal): -14005810 or 13519146. OLE color: 13519146.

HSL color Cylindrical-coordinate representation of color #2A49CE: hue angle of 228.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A49CE is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 73 206 -
CMYK 0.80 0.65 0 0.19
HSL 228.66º 0.66% 0.49% -
HSV(B) 228.66º 0.8% 0.81% -
XYZ 14.48 9.71 59.5 -
YUV 78.89 199.73 101.69 -
System Red Green Blue C M Y K H S L
Decimal 42 73 206 0.80 0.65 0 0.19 228.66 0.66 0.49
Hex 2A 49 CE 50 41 0 13 E5 42 31
Octal 52 111 316 120 101 0 23 345 102 61
Binary 101010 1001001 11001110 1010000 1000001 0 10011 11100101 1000010 110001

Color Harmonies of #2A49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A49CE

Black with #2A49CE

Text Example


Text Example

White with #2A49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,73,206); }

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

background-color css

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

 a { background-color: rgb(42,73,206); }

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

border-color css

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

 span { border-color: rgb(42,73,206); }

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