Html Css Color HEX #2947DA Cerulean Blue

📋 copy color: '#2947DA'

red 41 ◦ green 71 ◦ blue 218

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

Shades of Cerulean Blue #2947DA

Tints of Cerulean Blue #2947DA

RGB

 RED value IS 41 (16.41% from 255) = 12.42%

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

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 12.42%
G = 21.52%
B = 66.06%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2947DA (or 0x2947DA) is known color: Cerulean Blue. HEX triplet: 29, 47 and DA. RGB value is (41,71,218). Sum of RGB (Red+Green+Blue) = 41+71+218=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #2947DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2947DA is #D6B825. Grayscale: #4E4E4E. Windows color (decimal): -14071846 or 14305065. OLE color: 14305065.

HSL color Cylindrical-coordinate representation of color #2947DA: hue angle of 229.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2947DA is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 71 218 -
CMYK 0.81 0.67 0 0.15
HSL 229.83º 0.71% 0.51% -
HSV(B) 229.83º 0.81% 0.85% -
XYZ 15.82 10.04 67.43 -
YUV 78.79 206.56 101.05 -
System Red Green Blue C M Y K H S L
Decimal 41 71 218 0.81 0.67 0 0.15 229.83 0.71 0.51
Hex 29 47 DA 51 43 0 F E6 47 33
Octal 51 107 332 121 103 0 17 346 107 63
Binary 101001 1000111 11011010 1010001 1000011 0 1111 11100110 1000111 110011

Color Harmonies of #2947DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2947DA

Black with #2947DA

Text Example


Text Example

White with #2947DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2947DA; }

 p { color: rgb(41,71,218); }

 H1.HeaderClassName
 {
   color: #2947DA;
 }
 .AnyTagClassName
 {
   color: #2947DA;
 }
</style>

background-color css

<style>
 a { background-color: #2947DA; }

 a { background-color: rgb(41,71,218); }

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

border-color css

<style>
 span { border-color: #2947DA; }

 span { border-color: rgb(41,71,218); }

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