Html Css Color HEX #2706CE Medium Blue

📋 copy color: '#2706CE'

red 39 ◦ green 6 ◦ blue 206

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

Shades of Medium Blue #2706CE

Tints of Medium Blue #2706CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

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

R = 15.54%
G = 2.39%
B = 82.07%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2706CE (or 0x2706CE) is known color: Medium Blue. HEX triplet: 27, 06 and CE. RGB value is (39,6,206). Sum of RGB (Red+Green+Blue) = 39+6+206=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #2706CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2706CE is #D8F931. Grayscale: #252525. Windows color (decimal): -14219570 or 13501991. OLE color: 13501991.

HSL color Cylindrical-coordinate representation of color #2706CE: hue angle of 249.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2706CE is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 6 206 -
CMYK 0.81 0.97 0 0.19
HSL 249.9º 0.94% 0.42% -
HSV(B) 249.9º 0.97% 0.81% -
XYZ 12.04 5.02 58.73 -
YUV 38.67 222.43 128.24 -
System Red Green Blue C M Y K H S L
Decimal 39 6 206 0.81 0.97 0 0.19 249.9 0.94 0.42
Hex 27 6 CE 51 61 0 13 FA 5E 2A
Octal 47 6 316 121 141 0 23 372 136 52
Binary 100111 110 11001110 1010001 1100001 0 10011 11111010 1011110 101010

Color Harmonies of #2706CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2706CE

Black with #2706CE

Text Example


Text Example

White with #2706CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,6,206); }

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

background-color css

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

 a { background-color: rgb(39,6,206); }

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

border-color css

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

 span { border-color: rgb(39,6,206); }

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