Html Css Color HEX #2941DD Cerulean Blue

📋 copy color: '#2941DD'

red 41 ◦ green 65 ◦ blue 221

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

Shades of Cerulean Blue #2941DD

Tints of Cerulean Blue #2941DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 12.54%
G = 19.88%
B = 67.58%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2941DD (or 0x2941DD) is known color: Cerulean Blue. HEX triplet: 29, 41 and DD. RGB value is (41,65,221). Sum of RGB (Red+Green+Blue) = 41+65+221=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #2941DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2941DD is #D6BE22. Grayscale: #4A4A4A. Windows color (decimal): -14073379 or 14500137. OLE color: 14500137.

HSL color Cylindrical-coordinate representation of color #2941DD: hue angle of 232º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2941DD is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 65 221 -
CMYK 0.81 0.71 0 0.13
HSL 232º 0.73% 0.51% -
HSV(B) 232º 0.81% 0.87% -
XYZ 15.86 9.47 69.4 -
YUV 75.61 210.05 103.32 -
System Red Green Blue C M Y K H S L
Decimal 41 65 221 0.81 0.71 0 0.13 232 0.73 0.51
Hex 29 41 DD 51 47 0 D E8 49 33
Octal 51 101 335 121 107 0 15 350 111 63
Binary 101001 1000001 11011101 1010001 1000111 0 1101 11101000 1001001 110011

Color Harmonies of #2941DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2941DD

Black with #2941DD

Text Example


Text Example

White with #2941DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2941DD; }

 p { color: rgb(41,65,221); }

 H1.HeaderClassName
 {
   color: #2941DD;
 }
 .AnyTagClassName
 {
   color: #2941DD;
 }
</style>

background-color css

<style>
 a { background-color: #2941DD; }

 a { background-color: rgb(41,65,221); }

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

border-color css

<style>
 span { border-color: #2941DD; }

 span { border-color: rgb(41,65,221); }

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