Html Css Color HEX #2747DC Cerulean Blue

📋 copy color: '#2747DC'

red 39 ◦ green 71 ◦ blue 220

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

Shades of Cerulean Blue #2747DC

Tints of Cerulean Blue #2747DC

RGB

 RED value IS 39 (15.63% from 255) = 11.82%

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

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

R = 11.82%
G = 21.52%
B = 66.67%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2747DC (or 0x2747DC) is known color: Cerulean Blue. HEX triplet: 27, 47 and DC. RGB value is (39,71,220). Sum of RGB (Red+Green+Blue) = 39+71+220=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #2747DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2747DC is #D8B823. Grayscale: #4D4D4D. Windows color (decimal): -14202916 or 14436135. OLE color: 14436135.

HSL color Cylindrical-coordinate representation of color #2747DC: hue angle of 229.39º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2747DC is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 71 220 -
CMYK 0.82 0.68 0 0.14
HSL 229.39º 0.72% 0.51% -
HSV(B) 229.39º 0.82% 0.86% -
XYZ 16.01 10.11 68.82 -
YUV 78.42 207.9 99.88 -
System Red Green Blue C M Y K H S L
Decimal 39 71 220 0.82 0.68 0 0.14 229.39 0.72 0.51
Hex 27 47 DC 52 44 0 E E5 48 33
Octal 47 107 334 122 104 0 16 345 110 63
Binary 100111 1000111 11011100 1010010 1000100 0 1110 11100101 1001000 110011

Color Harmonies of #2747DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2747DC

Black with #2747DC

Text Example


Text Example

White with #2747DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,71,220); }

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

background-color css

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

 a { background-color: rgb(39,71,220); }

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

border-color css

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

 span { border-color: rgb(39,71,220); }

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