Html Css Color HEX #2600CE Medium Blue

📋 copy color: '#2600CE'

red 38 ◦ green 0 ◦ blue 206

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

Shades of Medium Blue #2600CE

Tints of Medium Blue #2600CE

RGB

 RED value IS 38 (15.23% from 255) = 15.57%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.57%
G = 0%
B = 84.43%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2600CE (or 0x2600CE) is known color: Medium Blue. HEX triplet: 26, 00 and CE. RGB value is (38,0,206). Sum of RGB (Red+Green+Blue) = 38+0+206=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 206 (80.86% from 255 or 84.43% from 244); Max value from RGB is 206 - color contains mainly: blue. Hex color #2600CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600CE is #D9FF31. Grayscale: #222222. Windows color (decimal): -14286642 or 13500454. OLE color: 13500454.

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

Color convert

RGB 38 0 206 -
CMYK 0.82 1 0 0.19
HSL 251.07º 1% 0.4% -
HSV(B) 251.07º 1% 0.81% -
XYZ 11.94 4.87 58.7 -
YUV 34.85 224.59 130.25 -
System Red Green Blue C M Y K H S L
Decimal 38 0 206 0.82 1 0 0.19 251.07 1 0.4
Hex 26 0 CE 52 64 0 13 FB 64 28
Octal 46 0 316 122 144 0 23 373 144 50
Binary 100110 0 11001110 1010010 1100100 0 10011 11111011 1100100 101000

Color Harmonies of #2600CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2600CE

Black with #2600CE

Text Example


Text Example

White with #2600CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,0,206); }

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

background-color css

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

 a { background-color: rgb(38,0,206); }

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

border-color css

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

 span { border-color: rgb(38,0,206); }

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