Html Css Color HEX #2949DA Cerulean Blue

📋 copy color: '#2949DA'

red 41 ◦ green 73 ◦ blue 218

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

Shades of Cerulean Blue #2949DA

Tints of Cerulean Blue #2949DA

RGB

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

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

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

R = 12.35%
G = 21.99%
B = 65.66%

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

#2949DA (or 0x2949DA) is known color: Cerulean Blue. HEX triplet: 29, 49 and DA. RGB value is (41,73,218). Sum of RGB (Red+Green+Blue) = 41+73+218=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #2949DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949DA is #D6B625. Grayscale: #4F4F4F. Windows color (decimal): -14071334 or 14305577. OLE color: 14305577.

HSL color Cylindrical-coordinate representation of color #2949DA: hue angle of 229.15º 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 #2949DA is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 73 218 -
CMYK 0.81 0.67 0 0.15
HSL 229.15º 0.71% 0.51% -
HSV(B) 229.15º 0.81% 0.85% -
XYZ 15.95 10.3 67.48 -
YUV 79.96 205.9 100.21 -
System Red Green Blue C M Y K H S L
Decimal 41 73 218 0.81 0.67 0 0.15 229.15 0.71 0.51
Hex 29 49 DA 51 43 0 F E5 47 33
Octal 51 111 332 121 103 0 17 345 107 63
Binary 101001 1001001 11011010 1010001 1000011 0 1111 11100101 1000111 110011

Color Harmonies of #2949DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2949DA

Black with #2949DA

Text Example


Text Example

White with #2949DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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