Html Css Color HEX #2947CE Cerulean Blue

📋 copy color: '#2947CE'

red 41 ◦ green 71 ◦ blue 206

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

Shades of Cerulean Blue #2947CE

Tints of Cerulean Blue #2947CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 12.89%
G = 22.33%
B = 64.78%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2947CE (or 0x2947CE) is known color: Cerulean Blue. HEX triplet: 29, 47 and CE. RGB value is (41,71,206). Sum of RGB (Red+Green+Blue) = 41+71+206=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #2947CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2947CE is #D6B831. Grayscale: #4C4C4C. Windows color (decimal): -14071858 or 13518633. OLE color: 13518633.

HSL color Cylindrical-coordinate representation of color #2947CE: hue angle of 229.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2947CE is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 71 206 -
CMYK 0.80 0.66 0 0.19
HSL 229.09º 0.67% 0.48% -
HSV(B) 229.09º 0.8% 0.81% -
XYZ 14.31 9.43 59.46 -
YUV 77.42 200.56 102.02 -
System Red Green Blue C M Y K H S L
Decimal 41 71 206 0.80 0.66 0 0.19 229.09 0.67 0.48
Hex 29 47 CE 50 42 0 13 E5 43 30
Octal 51 107 316 120 102 0 23 345 103 60
Binary 101001 1000111 11001110 1010000 1000010 0 10011 11100101 1000011 110000

Color Harmonies of #2947CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2947CE

Black with #2947CE

Text Example


Text Example

White with #2947CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2947CE; }

 p { color: rgb(41,71,206); }

 H1.HeaderClassName
 {
   color: #2947CE;
 }
 .AnyTagClassName
 {
   color: #2947CE;
 }
</style>

background-color css

<style>
 a { background-color: #2947CE; }

 a { background-color: rgb(41,71,206); }

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

border-color css

<style>
 span { border-color: #2947CE; }

 span { border-color: rgb(41,71,206); }

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