Html Css Color HEX #2942DA Cerulean Blue

📋 copy color: '#2942DA'

red 41 ◦ green 66 ◦ blue 218

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

Shades of Cerulean Blue #2942DA

Tints of Cerulean Blue #2942DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 12.62%
G = 20.31%
B = 67.08%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2942DA (or 0x2942DA) is known color: Cerulean Blue. HEX triplet: 29, 42 and DA. RGB value is (41,66,218). Sum of RGB (Red+Green+Blue) = 41+66+218=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #2942DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2942DA is #D6BD25. Grayscale: #4B4B4B. Windows color (decimal): -14073126 or 14303785. OLE color: 14303785.

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

Color convert

RGB 41 66 218 -
CMYK 0.81 0.70 0 0.15
HSL 231.53º 0.71% 0.51% -
HSV(B) 231.53º 0.81% 0.85% -
XYZ 15.52 9.43 67.33 -
YUV 75.85 208.22 103.14 -
System Red Green Blue C M Y K H S L
Decimal 41 66 218 0.81 0.70 0 0.15 231.53 0.71 0.51
Hex 29 42 DA 51 46 0 F E8 47 33
Octal 51 102 332 121 106 0 17 350 107 63
Binary 101001 1000010 11011010 1010001 1000110 0 1111 11101000 1000111 110011

Color Harmonies of #2942DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2942DA

Black with #2942DA

Text Example


Text Example

White with #2942DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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