Html Css Color HEX #2946DC Cerulean Blue

📋 copy color: '#2946DC'

red 41 ◦ green 70 ◦ blue 220

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

Shades of Cerulean Blue #2946DC

Tints of Cerulean Blue #2946DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 12.39%
G = 21.15%
B = 66.47%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2946DC (or 0x2946DC) is known color: Cerulean Blue. HEX triplet: 29, 46 and DC. RGB value is (41,70,220). Sum of RGB (Red+Green+Blue) = 41+70+220=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #2946DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946DC is #D6B923. Grayscale: #4D4D4D. Windows color (decimal): -14072100 or 14435881. OLE color: 14435881.

HSL color Cylindrical-coordinate representation of color #2946DC: hue angle of 230.28º degrees, saturation: 0.72, 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 #2946DC is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 70 220 -
CMYK 0.81 0.68 0 0.14
HSL 230.28º 0.72% 0.51% -
HSV(B) 230.28º 0.81% 0.86% -
XYZ 16.02 10.02 68.8 -
YUV 78.43 207.89 101.3 -
System Red Green Blue C M Y K H S L
Decimal 41 70 220 0.81 0.68 0 0.14 230.28 0.72 0.51
Hex 29 46 DC 51 44 0 E E6 48 33
Octal 51 106 334 121 104 0 16 346 110 63
Binary 101001 1000110 11011100 1010001 1000100 0 1110 11100110 1001000 110011

Color Harmonies of #2946DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2946DC

Black with #2946DC

Text Example


Text Example

White with #2946DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2946DC; }

 p { color: rgb(41,70,220); }

 H1.HeaderClassName
 {
   color: #2946DC;
 }
 .AnyTagClassName
 {
   color: #2946DC;
 }
</style>

background-color css

<style>
 a { background-color: #2946DC; }

 a { background-color: rgb(41,70,220); }

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

border-color css

<style>
 span { border-color: #2946DC; }

 span { border-color: rgb(41,70,220); }

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