Html Css Color HEX #2A47CD Cerulean Blue

📋 copy color: '#2A47CD'

red 42 ◦ green 71 ◦ blue 205

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

Shades of Cerulean Blue #2A47CD

Tints of Cerulean Blue #2A47CD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 13.21%
G = 22.33%
B = 64.47%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2A47CD (or 0x2A47CD) is known color: Cerulean Blue. HEX triplet: 2A, 47 and CD. RGB value is (42,71,205). Sum of RGB (Red+Green+Blue) = 42+71+205=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A47CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A47CD is #D5B832. Grayscale: #4D4D4D. Windows color (decimal): -14006323 or 13453098. OLE color: 13453098.

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

Color convert

RGB 42 71 205 -
CMYK 0.80 0.65 0 0.20
HSL 229.33º 0.66% 0.48% -
HSV(B) 229.33º 0.8% 0.8% -
XYZ 14.23 9.41 58.82 -
YUV 77.61 199.89 102.6 -
System Red Green Blue C M Y K H S L
Decimal 42 71 205 0.80 0.65 0 0.20 229.33 0.66 0.48
Hex 2A 47 CD 50 41 0 14 E5 42 30
Octal 52 107 315 120 101 0 24 345 102 60
Binary 101010 1000111 11001101 1010000 1000001 0 10100 11100101 1000010 110000

Color Harmonies of #2A47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A47CD

Black with #2A47CD

Text Example


Text Example

White with #2A47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,71,205); }

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

background-color css

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

 a { background-color: rgb(42,71,205); }

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

border-color css

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

 span { border-color: rgb(42,71,205); }

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