Html Css Color HEX #2941DB Cerulean Blue

📋 copy color: '#2941DB'

red 41 ◦ green 65 ◦ blue 219

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

Shades of Cerulean Blue #2941DB

Tints of Cerulean Blue #2941DB

RGB

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

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

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

R = 12.62%
G = 20%
B = 67.38%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2941DB (or 0x2941DB) is known color: Cerulean Blue. HEX triplet: 29, 41 and DB. RGB value is (41,65,219). Sum of RGB (Red+Green+Blue) = 41+65+219=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #2941DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2941DB is #D6BE24. Grayscale: #4A4A4A. Windows color (decimal): -14073381 or 14369065. OLE color: 14369065.

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

Color convert

RGB 41 65 219 -
CMYK 0.81 0.70 0 0.14
HSL 231.91º 0.71% 0.51% -
HSV(B) 231.91º 0.81% 0.86% -
XYZ 15.59 9.37 68 -
YUV 75.38 209.05 103.48 -
System Red Green Blue C M Y K H S L
Decimal 41 65 219 0.81 0.70 0 0.14 231.91 0.71 0.51
Hex 29 41 DB 51 46 0 E E8 47 33
Octal 51 101 333 121 106 0 16 350 107 63
Binary 101001 1000001 11011011 1010001 1000110 0 1110 11101000 1000111 110011

Color Harmonies of #2941DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2941DB

Black with #2941DB

Text Example


Text Example

White with #2941DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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