Html Css Color HEX #2A47DB Cerulean Blue

📋 copy color: '#2A47DB'

red 42 ◦ green 71 ◦ blue 219

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

Shades of Cerulean Blue #2A47DB

Tints of Cerulean Blue #2A47DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 12.65%
G = 21.39%
B = 65.96%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A47DB (or 0x2A47DB) is known color: Cerulean Blue. HEX triplet: 2A, 47 and DB. RGB value is (42,71,219). Sum of RGB (Red+Green+Blue) = 42+71+219=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A47DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A47DB is #D5B824. Grayscale: #4E4E4E. Windows color (decimal): -14006309 or 14370602. OLE color: 14370602.

HSL color Cylindrical-coordinate representation of color #2A47DB: hue angle of 230.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A47DB is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 71 219 -
CMYK 0.81 0.68 0 0.14
HSL 230.17º 0.71% 0.51% -
HSV(B) 230.17º 0.81% 0.86% -
XYZ 15.99 10.11 68.13 -
YUV 79.2 206.89 101.47 -
System Red Green Blue C M Y K H S L
Decimal 42 71 219 0.81 0.68 0 0.14 230.17 0.71 0.51
Hex 2A 47 DB 51 44 0 E E6 47 33
Octal 52 107 333 121 104 0 16 346 107 63
Binary 101010 1000111 11011011 1010001 1000100 0 1110 11100110 1000111 110011

Color Harmonies of #2A47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A47DB

Black with #2A47DB

Text Example


Text Example

White with #2A47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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